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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/daemon/https/x509/common.h b/src/daemon/https/x509/common.h
index 7ddb4b08..a35bbc0b 100644
--- a/src/daemon/https/x509/common.h
+++ b/src/daemon/https/x509/common.h
@@ -94,11 +94,6 @@ int MHD__gnutls_x509_read_value (ASN1_TYPE c, const char *root,
94int MHD__gnutls_x509_write_value (ASN1_TYPE c, const char *root, 94int MHD__gnutls_x509_write_value (ASN1_TYPE c, const char *root,
95 const MHD_gnutls_datum_t * data, int str); 95 const MHD_gnutls_datum_t * data, int str);
96 96
97int MHD__gnutls_x509_encode_and_write_attribute (const char *given_oid,
98 ASN1_TYPE MHD__asn1_struct,
99 const char *where,
100 const void *data,
101 int sizeof_data, int multi);
102int MHD__gnutls_x509_decode_and_read_attribute (ASN1_TYPE MHD__asn1_struct, 97int MHD__gnutls_x509_decode_and_read_attribute (ASN1_TYPE MHD__asn1_struct,
103 const char *where, char *oid, 98 const char *where, char *oid,
104 int oid_size, 99 int oid_size,