summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-03-29 10:59:06 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-03-29 10:59:06 +0000
commit875503f948860c41bd70d13262715a41bd4baa22 (patch)
tree833b42acbb5753df9a8bcf90df0a831f6467dc07 /includes
parent88de079532224c45c4abcbae3164ddedf66d019b (diff)
downloadgnutls-875503f948860c41bd70d13262715a41bd4baa22.tar.gz
Some fixes in the gnutls_x509_crt_to_xml() function.
Diffstat (limited to 'includes')
-rw-r--r--includes/gnutls/x509.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/includes/gnutls/x509.h b/includes/gnutls/x509.h
index 665fb0282a..1887d2ad0c 100644
--- a/includes/gnutls/x509.h
+++ b/includes/gnutls/x509.h
@@ -95,7 +95,10 @@ int gnutls_x509_crt_get_extension_by_oid(gnutls_x509_crt cert,
int gnutls_x509_crt_to_xml(gnutls_x509_crt cert, gnutls_datum* res, int detail);
-
+/* possible values for detail.
+ */
+#define GNUTLS_XML_SHOW_ALL 1
+#define GNUTLS_XML_NORMAL 0
/* RDN handling */
int gnutls_x509_rdn_get(const gnutls_datum * idn,