From 116c1fe982c2a3f2de3ee7750af9bb4e01b892fe Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Mon, 19 Feb 2018 20:11:57 +0100 Subject: updated Since version in new function entries as well as map file versions Signed-off-by: Nikos Mavrogiannopoulos --- lib/x509/ocsp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/x509') 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, -- cgit v1.2.1