From: Simon Josefsson Date: Sun, 20 Feb 2011 18:55:53 +0000 (+0100) Subject: Fix docstring for deprecated functions. X-Git-Tag: gnutls_2_99_0~182 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c664c4dca9b35491aef225d3570ab52e6e955bc;p=thirdparty%2Fgnutls.git Fix docstring for deprecated functions. --- diff --git a/lib/gnutls_cert.c b/lib/gnutls_cert.c index f313bbaa59..f3cb28a093 100644 --- a/lib/gnutls_cert.c +++ b/lib/gnutls_cert.c @@ -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)