aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/x509/x509_privkey.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/https/x509/x509_privkey.c')
-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 f151e329..473e8756 100644
--- a/src/daemon/https/x509/x509_privkey.c
+++ b/src/daemon/https/x509/x509_privkey.c
@@ -35,7 +35,6 @@
35#include <dn.h> 35#include <dn.h>
36#include <mpi.h> 36#include <mpi.h>
37#include <extensions.h> 37#include <extensions.h>
38#include <sign.h>
39#include <verify.h> 38#include <verify.h>
40 39
41static int MHD__gnutls_asn1_encode_rsa (ASN1_TYPE * c2, mpi_t * params); 40static int MHD__gnutls_asn1_encode_rsa (ASN1_TYPE * c2, mpi_t * params);