summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-03-13 16:20:54 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-03-13 16:21:11 +0100
commitca87773c64d62a1fc0cc9592894c21239bdbf1c0 (patch)
tree1c573470c3295cc6b0b799b48aac40e3f970af1c
parented2d068bef15820810c16bee241a0965dc3eb4b9 (diff)
downloadgnutls-ca87773c64d62a1fc0cc9592894c21239bdbf1c0.tar.gz
doc update
-rw-r--r--lib/gnutls_priority.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_priority.c b/lib/gnutls_priority.c
index 954a35e387..866faa5d7f 100644
--- a/lib/gnutls_priority.c
+++ b/lib/gnutls_priority.c
@@ -1097,7 +1097,7 @@ finish:
* Note that "NORMAL:%COMPAT" is the most compatible mode.
*
* A %NULL @priorities string indicates the default priorities to be
- * used.
+ * used (this is available since GnuTLS 3.3.0).
*
* Returns: On syntax error %GNUTLS_E_INVALID_REQUEST is returned,
* %GNUTLS_E_SUCCESS on success, or an error code.