summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-02-08 08:29:15 +0000
committerSimon Josefsson <simon@josefsson.org>2007-02-08 08:29:15 +0000
commitcd64376b8f13d067750d3e0bfcc20e20c450a02f (patch)
treee64946ef54fe48e2f3026424b538263fb7e76065
parent9142812986111c3ace4eea09dbc5939bcbdccbb9 (diff)
downloadgnutls-cd64376b8f13d067750d3e0bfcc20e20c450a02f.tar.gz
Doc fix.
-rw-r--r--includes/gnutls/gnutls.h.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/gnutls/gnutls.h.in b/includes/gnutls/gnutls.h.in
index 70181dec2a..4239bdde17 100644
--- a/includes/gnutls/gnutls.h.in
+++ b/includes/gnutls/gnutls.h.in
@@ -905,7 +905,8 @@ extern "C"
GNUTLS_SAN_IPADDRESS,
GNUTLS_SAN_OTHERNAME,
/* The following are "virtual" subject alternative name types, in
- that they are represented by an otherName value and an OID. */
+ that they are represented by an otherName value and an OID.
+ Used by gnutls_x509_crt_get_subject_alt_othername_oid(). */
GNUTLS_SAN_OTHERNAME_XMPP = 1000
} gnutls_x509_subject_alt_name_t;