]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Added Since flag.
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 28 Jan 2014 10:48:42 +0000 (11:48 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 28 Jan 2014 10:55:08 +0000 (11:55 +0100)
lib/gnutls_privkey.c
lib/gnutls_pubkey.c

index f750b00113846d565f0763970224184182977a7a..85102cc8c1a44e23b415e87f84d84d1bb8a6723d 100644 (file)
@@ -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)
 {
index ccd09b4c492986feaf9a0c6b1c143c298447dea4..f9ee681cad58f76d32fe243f733f498e8d99915d 100644 (file)
@@ -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)
 {