diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-11-05 09:59:12 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-11-05 09:59:12 +0100 |
commit | a46c1bd2c30aa74d77d7098447e9d0ce02f1d556 (patch) | |
tree | a4aacbd684281007436be81706fd917b0b6940df | |
parent | e2a5fa157eb1c5fcc946a4690553497d2cb04c09 (diff) | |
download | gnutls-a46c1bd2c30aa74d77d7098447e9d0ce02f1d556.tar.gz |
Fix API name change.
-rw-r--r-- | doc/gnutls.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gnutls.texi b/doc/gnutls.texi index 422be26c57..87e6fe3062 100644 --- a/doc/gnutls.texi +++ b/doc/gnutls.texi @@ -1317,7 +1317,7 @@ callback can be set using the functions: Clients and servers that will select certificates using callback functions should select a certificate according the peer's signature algorithm preferences. To get those preferences use -@ref{gnutls_session_sign_algorithm_get_requested}. +@ref{gnutls_sign_algorithm_get_requested}. Certificate verification is possible by loading the trusted authorities into the credentials structure by using |