]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix docstring for deprecated functions.
authorSimon Josefsson <simon@josefsson.org>
Sun, 20 Feb 2011 18:55:53 +0000 (19:55 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 23 Feb 2011 17:48:27 +0000 (18:48 +0100)
lib/gnutls_cert.c

index f313bbaa59cc5cdc87c178e401ee6eae1409e032..f3cb28a093971d1df20ae0bef1718a913bed9e11 100644 (file)
@@ -905,7 +905,7 @@ _gnutls_gcert_deinit (gnutls_cert * cert)
  * can be used to store application-specific data needed in the
  * callback function.  See also gnutls_sign_callback_get().
  *
- * Deprecated in: 2.12.0
+ * Deprecated: Use the PKCS 11 interfaces instead.
  */
 void
 gnutls_sign_callback_set (gnutls_session_t session,
@@ -925,7 +925,7 @@ gnutls_sign_callback_set (gnutls_session_t session,
  * Returns: The function pointer set by gnutls_sign_callback_set(), or
  *   if not set, %NULL.
  *
- * Deprecated in: 2.12.0
+ * Deprecated: Use the PKCS 11 interfaces instead.
  */
 gnutls_sign_func
 gnutls_sign_callback_get (gnutls_session_t session, void **userdata)