summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-01-10 14:46:16 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-01-10 14:46:16 +0100
commita86c563a7a0033b5a1876c2f4969d62fae4fc5a6 (patch)
treefb718515840d46868cd6b7abe9d95b5738372d1f
parent11da583a2261e148db733e4b6e1543a3bfca44a6 (diff)
downloadgnutls-a86c563a7a0033b5a1876c2f4969d62fae4fc5a6.tar.gz
gnutls_x509_crt_set_subject_alt_name: documented the version after which GNUTLS_SAN_OTHERNAME_XMPP is available
-rw-r--r--lib/x509/x509_write.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/x509/x509_write.c b/lib/x509/x509_write.c
index fec55f6926..096923b566 100644
--- a/lib/x509/x509_write.c
+++ b/lib/x509/x509_write.c
@@ -587,7 +587,7 @@ gnutls_x509_crt_set_subject_alternative_name(gnutls_x509_crt_t crt,
*
* %GNUTLS_SAN_IPADDRESS: as a binary IP address (4 or 16 bytes)
*
- * %GNUTLS_SAN_OTHERNAME_XMPP: as a UTF8 string
+ * %GNUTLS_SAN_OTHERNAME_XMPP: as a UTF8 string (since 3.5.0)
*
* Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
* negative error value.