summaryrefslogtreecommitdiff
path: root/doc/cha-cert-auth.texi
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-12-26 17:12:49 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-12-28 16:08:55 +0200
commit89ee549eb59e2d627548bb79e2ccfa589791d98c (patch)
tree263a09734b2c66cbcd6e582594e74ee2e3703e2e /doc/cha-cert-auth.texi
parented1a8c31f04de6313533db28b3154efdd4338533 (diff)
downloadgnutls-89ee549eb59e2d627548bb79e2ccfa589791d98c.tar.gz
smallexample is no longer used. It is intended only for typesetting with smaller pages and had no relation to our usage.
Diffstat (limited to 'doc/cha-cert-auth.texi')
-rw-r--r--doc/cha-cert-auth.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/cha-cert-auth.texi b/doc/cha-cert-auth.texi
index df9d388b6c..924b2b3563 100644
--- a/doc/cha-cert-auth.texi
+++ b/doc/cha-cert-auth.texi
@@ -372,10 +372,10 @@ certificate chain, you can call
@end itemize
as in the following example:
-@smallexample
+@example
gnutls_certificate_set_verify_flags (x509cred,
GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD5);
-@end smallexample
+@end example
This will tell the verifier algorithm to enable @code{RSA-MD5} when
verifying the certificates.