diff options
Diffstat (limited to 'src/daemon/https/x509/dn.h')
-rw-r--r-- | src/daemon/https/x509/dn.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/daemon/https/x509/dn.h b/src/daemon/https/x509/dn.h index a0c6ac45..cc226871 100644 --- a/src/daemon/https/x509/dn.h +++ b/src/daemon/https/x509/dn.h | |||
@@ -47,14 +47,6 @@ int MHD__gnutls_x509_parse_dn_oid (ASN1_TYPE MHD__asn1_struct, | |||
47 | unsigned int raw_flag, void *buf, | 47 | unsigned int raw_flag, void *buf, |
48 | size_t * sizeof_buf); | 48 | size_t * sizeof_buf); |
49 | 49 | ||
50 | int MHD__gnutls_x509_set_dn_oid (ASN1_TYPE MHD__asn1_struct, | ||
51 | const char *MHD__asn1_rdn_name, | ||
52 | const char *oid, int raw_flag, | ||
53 | const char *name, int sizeof_name); | ||
54 | |||
55 | int MHD__gnutls_x509_get_dn_oid (ASN1_TYPE MHD__asn1_struct, | ||
56 | const char *MHD__asn1_rdn_name, | ||
57 | int indx, void *_oid, size_t * sizeof_oid); | ||
58 | 50 | ||
59 | 51 | ||
60 | #endif | 52 | #endif |