summaryrefslogtreecommitdiff
path: root/doc/cha-cert-auth.texi
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-02 13:55:56 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-02 13:56:07 +0100
commit160abd45cee67e4c5043dd0fc47509863bd5ba4c (patch)
treebc325550b5a519f030c579a3c0b8f3496f4ece19 /doc/cha-cert-auth.texi
parent2be2aecf9ec3dc662b2df27494862121f9b0ee0b (diff)
downloadgnutls-160abd45cee67e4c5043dd0fc47509863bd5ba4c.tar.gz
removed gnutls_certificate_update_verify_flags
Diffstat (limited to 'doc/cha-cert-auth.texi')
-rw-r--r--doc/cha-cert-auth.texi3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/cha-cert-auth.texi b/doc/cha-cert-auth.texi
index 3f66b61c2f..e379e69a7f 100644
--- a/doc/cha-cert-auth.texi
+++ b/doc/cha-cert-auth.texi
@@ -574,7 +574,6 @@ of the signature.
If you are using @funcref{gnutls_certificate_verify_peers3} to verify the
certificate chain, you can call
-@funcref{gnutls_certificate_update_verify_flags} or
@funcref{gnutls_certificate_set_verify_flags} with the flags:
@itemize
@item @code{GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD2}
@@ -583,7 +582,7 @@ certificate chain, you can call
as in the following example:
@example
- gnutls_certificate_update_verify_flags (x509cred,
+ gnutls_certificate_set_verify_flags (x509cred,
GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD5);
@end example