gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r7909 - libmicrohttpd/src/daemon/https/tls
Date: Sun, 16 Nov 2008 02:21:40 -0700 (MST)

Author: grothoff
Date: 2008-11-16 02:21:40 -0700 (Sun, 16 Nov 2008)
New Revision: 7909

Modified:
   libmicrohttpd/src/daemon/https/tls/auth_cert.c
   libmicrohttpd/src/daemon/https/tls/gnutls_sig.c
   libmicrohttpd/src/daemon/https/tls/gnutls_sig.h
Log:
better

Modified: libmicrohttpd/src/daemon/https/tls/auth_cert.c
===================================================================
--- libmicrohttpd/src/daemon/https/tls/auth_cert.c      2008-11-16 09:00:00 UTC 
(rev 7908)
+++ libmicrohttpd/src/daemon/https/tls/auth_cert.c      2008-11-16 09:21:40 UTC 
(rev 7909)
@@ -550,8 +550,7 @@
 
 /* Generate client certificate
  */
-
-int
+static int
 MHD_gtls_gen_x509_crt (MHD_gtls_session_t session, opaque ** data)
 {
   int ret, i;

Modified: libmicrohttpd/src/daemon/https/tls/gnutls_sig.c
===================================================================
--- libmicrohttpd/src/daemon/https/tls/gnutls_sig.c     2008-11-16 09:00:00 UTC 
(rev 7908)
+++ libmicrohttpd/src/daemon/https/tls/gnutls_sig.c     2008-11-16 09:21:40 UTC 
(rev 7909)
@@ -206,7 +206,7 @@
 /* This will create a PKCS1 or DSA signature, using the given parameters, and 
the
  * given data. The output will be allocated and be put in signature.
  */
-int
+static int
 MHD_gtls_sign (enum MHD_GNUTLS_PublicKeyAlgorithm algo,
                mpi_t * params,
                int params_size,

Modified: libmicrohttpd/src/daemon/https/tls/gnutls_sig.h
===================================================================
--- libmicrohttpd/src/daemon/https/tls/gnutls_sig.h     2008-11-16 09:00:00 UTC 
(rev 7908)
+++ libmicrohttpd/src/daemon/https/tls/gnutls_sig.h     2008-11-16 09:21:40 UTC 
(rev 7909)
@@ -45,9 +45,5 @@
                                 const MHD_gnutls_datum_t * params,
                                 MHD_gnutls_datum_t * signature);
 
-int MHD_gtls_sign (enum MHD_GNUTLS_PublicKeyAlgorithm algo,
-                   mpi_t * params, int params_size,
-                   const MHD_gnutls_datum_t * data,
-                   MHD_gnutls_datum_t * signature);
 
 #endif





reply via email to

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