summaryrefslogtreecommitdiff
path: root/lib/x509
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2018-02-19 20:11:57 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2018-02-19 20:14:12 +0100
commit116c1fe982c2a3f2de3ee7750af9bb4e01b892fe (patch)
tree86a7d9ca07c674813e36da08a82ab3c9072eedc3 /lib/x509
parentfcc75947e07a6aee24e7f91f2b82080334bb0667 (diff)
downloadgnutls-116c1fe982c2a3f2de3ee7750af9bb4e01b892fe.tar.gz
updated Since version in new function entries as well as map file versions
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'lib/x509')
-rw-r--r--lib/x509/ocsp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/x509/ocsp.c b/lib/x509/ocsp.c
index b92bf66536..db54b3ea22 100644
--- a/lib/x509/ocsp.c
+++ b/lib/x509/ocsp.c
@@ -247,7 +247,7 @@ gnutls_ocsp_resp_import(gnutls_ocsp_resp_t resp,
* Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
* negative error value.
*
- * Since: 3.6.xx
+ * Since: 3.6.3
**/
int
gnutls_ocsp_resp_import2(gnutls_ocsp_resp_t resp,
@@ -416,7 +416,7 @@ int gnutls_ocsp_resp_export(gnutls_ocsp_resp_t resp, gnutls_datum_t * data)
* Returns: In case of failure a negative error code will be
* returned, and 0 on success.
*
- * Since: 3.6.xx
+ * Since: 3.6.3
**/
int gnutls_ocsp_resp_export2(gnutls_ocsp_resp_t resp, gnutls_datum_t * data,
gnutls_x509_crt_fmt_t fmt)
@@ -2436,7 +2436,7 @@ gnutls_ocsp_resp_verify(gnutls_ocsp_resp_t resp,
*
* Returns: the number of responses read or a negative error value.
*
- * Since: 3.6.xx
+ * Since: 3.6.3
**/
int
gnutls_ocsp_resp_list_import2(gnutls_ocsp_resp_t **ocsps,