]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
updated versions
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 21 Jun 2012 20:20:44 +0000 (22:20 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 21 Jun 2012 20:20:47 +0000 (22:20 +0200)
lib/gnutls_privkey.c
lib/gnutls_ui.c
lib/pkcs11.c

index 8a99ec7db64579a4519562c7b4b19d6973eef66b..dbca22b05962e7e7c1215b130aaa78e47a3895ef 100644 (file)
@@ -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)
index 6ff667afe624c2050469bea147aad614f5f9513b..7f5133362db20626fd6e208a21c8b329c9f0c42f 100644 (file)
@@ -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)
 {
index fa22cff2873d7912cd1231748ae8ddcc34514fdf..2a62f992081ec0767fb9890dccc26caa8fc58f72 100644 (file)
@@ -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,