summaryrefslogtreecommitdiff
path: root/lib/x509/x509.h
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-05-24 11:41:08 +0000
committerSimon Josefsson <simon@josefsson.org>2007-05-24 11:41:08 +0000
commitdd4a63b4f51afdbc9dac8868142976d91ebd1c7d (patch)
treedbe43f1fe45530f7fe66f3443a7213781ab750fd /lib/x509/x509.h
parent31eb01b523d07c37d1b35b8bb9f8eb4d8afacfad (diff)
downloadgnutls-dd4a63b4f51afdbc9dac8868142976d91ebd1c7d.tar.gz
Export gnutls_x509_crt_get_raw_dn, gnutls_x509_crt_get_raw_issuer_dn.
Diffstat (limited to 'lib/x509/x509.h')
-rw-r--r--lib/x509/x509.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/x509/x509.h b/lib/x509/x509.h
index 50dde03ae8..f6aac87dda 100644
--- a/lib/x509/x509.h
+++ b/lib/x509/x509.h
@@ -111,10 +111,6 @@ int gnutls_x509_crt_get_pk_algorithm (gnutls_x509_crt_t cert,
unsigned int *bits);
int _gnutls_x509_crt_cpy (gnutls_x509_crt_t dest, gnutls_x509_crt_t src);
-int _gnutls_x509_crt_get_raw_issuer_dn (gnutls_x509_crt_t cert,
- gnutls_datum_t * start);
-int _gnutls_x509_crt_get_raw_dn (gnutls_x509_crt_t cert,
- gnutls_datum_t * start);
int gnutls_x509_crt_get_serial (gnutls_x509_crt_t cert, void *result,
size_t * result_size);