aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-11-16 01:19:43 +0000
committerChristian Grothoff <christian@grothoff.org>2008-11-16 01:19:43 +0000
commit671f9efa2d6a62277312a345c53ebeace8cfc3d1 (patch)
tree29834b96d4ef669ce6de884c7e85daa66868b0cc
parent42abf1bd87d3988c3e08feb93a2cc989c225cc36 (diff)
downloadlibmicrohttpd-671f9efa2d6a62277312a345c53ebeace8cfc3d1.tar.gz
libmicrohttpd-671f9efa2d6a62277312a345c53ebeace8cfc3d1.zip
dce
-rw-r--r--src/daemon/https/x509/x509_privkey.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/daemon/https/x509/x509_privkey.c b/src/daemon/https/x509/x509_privkey.c
index d94a6a5d..f151e329 100644
--- a/src/daemon/https/x509/x509_privkey.c
+++ b/src/daemon/https/x509/x509_privkey.c
@@ -36,7 +36,6 @@
36#include <mpi.h> 36#include <mpi.h>
37#include <extensions.h> 37#include <extensions.h>
38#include <sign.h> 38#include <sign.h>
39#include <dsa.h>
40#include <verify.h> 39#include <verify.h>
41 40
42static int MHD__gnutls_asn1_encode_rsa (ASN1_TYPE * c2, mpi_t * params); 41static int MHD__gnutls_asn1_encode_rsa (ASN1_TYPE * c2, mpi_t * params);