summaryrefslogtreecommitdiff
path: root/lib/gnutls_x509.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gnutls_x509.h')
-rw-r--r--lib/gnutls_x509.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gnutls_x509.h b/lib/gnutls_x509.h
index ccf2afb276..9366dcab36 100644
--- a/lib/gnutls_x509.h
+++ b/lib/gnutls_x509.h
@@ -32,6 +32,8 @@ int _gnutls_x509_oid_data2string( const char* OID, void* value,
int value_size, char * res, int res_size);
const char* _gnutls_x509_oid2string( const char* OID);
+const char* _gnutls_x509_oid2ldap_string( const char* OID);
+
int _gnutls_x509_oid_data_printable( const char* OID);
int gnutls_x509_extract_certificate_subject_alt_name( const gnutls_datum*, int seq, char*, int*);