From: Nikos Mavrogiannopoulos Date: Thu, 21 Jun 2012 20:20:44 +0000 (+0200) Subject: updated versions X-Git-Tag: gnutls_3_0_21~31 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4fcc3470021eebb9faa5955963907d7ec112def7;p=thirdparty%2Fgnutls.git updated versions --- diff --git a/lib/gnutls_privkey.c b/lib/gnutls_privkey.c index 8a99ec7db6..dbca22b059 100644 --- a/lib/gnutls_privkey.c +++ b/lib/gnutls_privkey.c @@ -774,7 +774,7 @@ gnutls_privkey_decrypt_data (gnutls_privkey_t key, * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a * negative error value. * - * Since: 3.1 + * Since: 3.1.0 **/ int gnutls_privkey_import_x509_raw (gnutls_privkey_t pkey, const gnutls_datum_t * data, @@ -837,7 +837,7 @@ cleanup: * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a * negative error value. * - * Since: 3.1 + * Since: 3.1.0 **/ int gnutls_privkey_import_openpgp_raw (gnutls_privkey_t pkey, const gnutls_datum_t * data, @@ -896,7 +896,7 @@ cleanup: * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a * negative error value. * - * Since: 3.1 + * Since: 3.1.0 **/ int gnutls_privkey_import_pkcs11_url (gnutls_privkey_t key, const char *url) diff --git a/lib/gnutls_ui.c b/lib/gnutls_ui.c index 6ff667afe6..7f5133362d 100644 --- a/lib/gnutls_ui.c +++ b/lib/gnutls_ui.c @@ -748,7 +748,7 @@ gnutls_anon_set_params_function (gnutls_anon_server_credentials_t res, * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise * an error code is returned. * - * Since 3.1 + * Since 3.1.0 **/ int gnutls_load_file(const char* filename, gnutls_datum_t * data) { diff --git a/lib/pkcs11.c b/lib/pkcs11.c index fa22cff287..2a62f99208 100644 --- a/lib/pkcs11.c +++ b/lib/pkcs11.c @@ -2574,7 +2574,7 @@ gnutls_pkcs11_obj_list_import_url (gnutls_pkcs11_obj_t * p_list, * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a * negative error value. * - * Since: 3.1 + * Since: 3.1.0 **/ int gnutls_pkcs11_obj_list_import_url2 (gnutls_pkcs11_obj_t ** p_list,