diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-03-07 10:43:49 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-03-07 10:43:49 +0100 |
commit | 17539cd2721c9f7f78f4bf339261aa33504e6ca1 (patch) | |
tree | ca3fdd392962008daa127a372f70f66c2d2d7a9a /lib/gnutls_ui.c | |
parent | e5e0c2814e84144047edd9c04eaf9c3b15cfe144 (diff) | |
download | gnutls-17539cd2721c9f7f78f4bf339261aa33504e6ca1.tar.gz |
gnutls_ocsp_status_request_is_checked: document the version the flag was introduced at
Diffstat (limited to 'lib/gnutls_ui.c')
-rw-r--r-- | lib/gnutls_ui.c | 2 |
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. |