From: Nikos Mavrogiannopoulos Date: Tue, 28 Jan 2014 10:48:42 +0000 (+0100) Subject: Added Since flag. X-Git-Tag: gnutls_3_3_0pre0~237 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ad78bb9ba7bae33dde1ba4e32bdec56a040000f4;p=thirdparty%2Fgnutls.git Added Since flag. --- diff --git a/lib/gnutls_privkey.c b/lib/gnutls_privkey.c index f750b00113..85102cc8c1 100644 --- a/lib/gnutls_privkey.c +++ b/lib/gnutls_privkey.c @@ -1102,6 +1102,8 @@ int gnutls_privkey_status(gnutls_privkey_t key) * * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a * negative error value. + * + * Since: 3.3.0 **/ int gnutls_privkey_verify_params(gnutls_privkey_t key) { diff --git a/lib/gnutls_pubkey.c b/lib/gnutls_pubkey.c index ccd09b4c49..f9ee681cad 100644 --- a/lib/gnutls_pubkey.c +++ b/lib/gnutls_pubkey.c @@ -2106,6 +2106,8 @@ int gnutls_pubkey_import_x509_raw(gnutls_pubkey_t pkey, * * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a * negative error value. + * + * Since: 3.3.0 **/ int gnutls_pubkey_verify_params(gnutls_pubkey_t key) {