aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/x509/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/https/x509/common.h')
-rw-r--r--src/daemon/https/x509/common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/daemon/https/x509/common.h b/src/daemon/https/x509/common.h
index 059fafe0..0102c5a7 100644
--- a/src/daemon/https/x509/common.h
+++ b/src/daemon/https/x509/common.h
@@ -58,10 +58,6 @@
58#define SIG_GOST_R3410_94_OID "1.2.643.2.2.4" 58#define SIG_GOST_R3410_94_OID "1.2.643.2.2.4"
59#define SIG_GOST_R3410_2001_OID "1.2.643.2.2.3" 59#define SIG_GOST_R3410_2001_OID "1.2.643.2.2.3"
60 60
61time_t MHD__gnutls_x509_utcTime2gtime (const char *ttime);
62time_t MHD__gnutls_x509_generalTime2gtime (const char *ttime);
63int MHD__gnutls_x509_set_time (ASN1_TYPE c2, const char *where, time_t tim);
64
65int MHD__gnutls_x509_decode_octet_string (const char *string_type, 61int MHD__gnutls_x509_decode_octet_string (const char *string_type,
66 const opaque * der, size_t der_size, 62 const opaque * der, size_t der_size,
67 opaque * output, size_t * output_size); 63 opaque * output, size_t * output_size);