gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r7687 - libmicrohttpd/src/daemon/https/tls


From: gnunet
Subject: [GNUnet-SVN] r7687 - libmicrohttpd/src/daemon/https/tls
Date: Wed, 10 Sep 2008 21:54:38 -0600 (MDT)

Author: grothoff
Date: 2008-09-10 21:54:38 -0600 (Wed, 10 Sep 2008)
New Revision: 7687

Modified:
   libmicrohttpd/src/daemon/https/tls/gnutls_x509.c
Log:
bin

Modified: libmicrohttpd/src/daemon/https/tls/gnutls_x509.c
===================================================================
--- libmicrohttpd/src/daemon/https/tls/gnutls_x509.c    2008-09-11 03:51:53 UTC 
(rev 7686)
+++ libmicrohttpd/src/daemon/https/tls/gnutls_x509.c    2008-09-11 03:54:38 UTC 
(rev 7687)
@@ -1354,7 +1354,7 @@
 {
   int ret;
   size_t size;
-  unsigned char *data = (unsigned char*) read_binary_file (crlfile, &size);
+  unsigned char *data = (unsigned char*) read_file (crlfile, &size);
 
   if (data == NULL)
     {





reply via email to

[Prev in Thread] Current Thread [Next in Thread]