gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r7624 - libmicrohttpd/src/daemon/https/tls
Date: Mon, 25 Aug 2008 15:13:01 -0600 (MDT)

Author: grothoff
Date: 2008-08-25 15:13:01 -0600 (Mon, 25 Aug 2008)
New Revision: 7624

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

Modified: libmicrohttpd/src/daemon/https/tls/gnutls_x509.c
===================================================================
--- libmicrohttpd/src/daemon/https/tls/gnutls_x509.c    2008-08-25 21:02:02 UTC 
(rev 7623)
+++ libmicrohttpd/src/daemon/https/tls/gnutls_x509.c    2008-08-25 21:13:01 UTC 
(rev 7624)
@@ -344,7 +344,8 @@
       gnutls_assert ();
       return ret;
     }
-
+  tmp.data = (opaque * ) input_cert;
+  tmp.size = input_cert_size;
   if (flags & CERT_PEM)
     ret = gnutls_pkcs7_import (pkcs7, &tmp, GNUTLS_X509_FMT_PEM);
   else





reply via email to

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