summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-12-19 05:41:30 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-12-19 05:41:30 +0100
commit559ee10884f68f4a10488c803d6ec127c1070535 (patch)
tree02b99f2dbc3d1e7eda4ed7c97a55af922cbbdcfe /doc
parent6cdde2dedcd67cf2a8de5972ffd5f21401d9de64 (diff)
downloadgnutls-559ee10884f68f4a10488c803d6ec127c1070535.tar.gz
Do not include deprecated functions to library documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/cha-auth.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/cha-auth.texi b/doc/cha-auth.texi
index 42fe4ec2c6..6149b49e80 100644
--- a/doc/cha-auth.texi
+++ b/doc/cha-auth.texi
@@ -342,10 +342,10 @@ the hint, for example in the callback function, using
@ref{gnutls_psk_client_get_hint}.
There is no standard mechanism to derive a PSK key from a password
-specified by the TLS PSK document. GnuTLS provides
-@ref{gnutls_psk_netconf_derive_key} which follows the algorithm
+specified by the TLS PSK document@footnote{GnuTLS used to provide
+@code{gnutls_psk_netconf_derive_key} which follows the algorithm
specified in @file{draft-ietf-netconf-tls-02.txt}. This method
-is deprecated and might be removed in later versions of GnuTLS.
+is deprecated and might be removed in later versions of GnuTLS.}.
Some helper functions such as: