summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-03-07 10:43:49 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-03-07 10:43:49 +0100
commit17539cd2721c9f7f78f4bf339261aa33504e6ca1 (patch)
treeca3fdd392962008daa127a372f70f66c2d2d7a9a /lib
parente5e0c2814e84144047edd9c04eaf9c3b15cfe144 (diff)
downloadgnutls-17539cd2721c9f7f78f4bf339261aa33504e6ca1.tar.gz
gnutls_ocsp_status_request_is_checked: document the version the flag was introduced at
Diffstat (limited to 'lib')
-rw-r--r--lib/gnutls_ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_ui.c b/lib/gnutls_ui.c
index 26ca859347..9d3e72360a 100644
--- a/lib/gnutls_ui.c
+++ b/lib/gnutls_ui.c
@@ -779,7 +779,7 @@ int gnutls_load_file(const char *filename, gnutls_datum_t * data)
*
* If the flag %GNUTLS_OCSP_SR_IS_AVAIL is specified, the return
* value of the function indicates whether an OCSP status response have
- * been received (even if invalid).
+ * been received (even if invalid). The flag was introduced in GnuTLS 3.4.0.
*
* Returns: non zero if the response was valid, or a zero if it wasn't sent,
* or sent and was invalid.