diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-06-21 22:20:44 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-06-21 22:20:47 +0200 |
commit | 4fcc3470021eebb9faa5955963907d7ec112def7 (patch) | |
tree | 55967a7da724b705a24c95770f73c6ee12797989 | |
parent | c051a0e55505ff69c1e7c07148d211a26c0f6d03 (diff) | |
download | gnutls-4fcc3470021eebb9faa5955963907d7ec112def7.tar.gz |
updated versions
-rw-r--r-- | lib/gnutls_privkey.c | 6 | ||||
-rw-r--r-- | lib/gnutls_ui.c | 2 | ||||
-rw-r--r-- | lib/pkcs11.c | 2 |
3 files changed, 5 insertions, 5 deletions
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, |