summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2011-02-20 19:55:53 +0100
committerSimon Josefsson <simon@josefsson.org>2011-02-20 19:55:53 +0100
commit758f9b91517668524b405261f20bacb17b0c9008 (patch)
tree90e42bbb220e6935aace5fe2d2f191bc4c77fa55
parentb6f5bc5f05a1daae7ecbc260abf67d9b5eda5151 (diff)
downloadgnutls-758f9b91517668524b405261f20bacb17b0c9008.tar.gz
Fix docstring for deprecated functions.
-rw-r--r--lib/gnutls_cert.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gnutls_cert.c b/lib/gnutls_cert.c
index 68641b1160..72887e5e1e 100644
--- a/lib/gnutls_cert.c
+++ b/lib/gnutls_cert.c
@@ -1003,7 +1003,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,
@@ -1023,7 +1023,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)