diff options
author | Simon Josefsson <simon@josefsson.org> | 2005-11-01 09:17:39 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2005-11-01 09:17:39 +0000 |
commit | ce06b75d64aecb0fd4916761b8c5bb8e1bd707f9 (patch) | |
tree | 144b779275afc527ec6495f3d096cc01f1b9a73d | |
parent | 70f472c4bdca790bfce5251daee0029069a04d8f (diff) | |
download | gnutls-ce06b75d64aecb0fd4916761b8c5bb8e1bd707f9.tar.gz |
Doc fix, suggested by Daniel Stenberg <daniel@haxx.se>.
-rw-r--r-- | lib/gnutls_ui.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/gnutls_ui.c b/lib/gnutls_ui.c index 28010ed63c..2e0a038c70 100644 --- a/lib/gnutls_ui.c +++ b/lib/gnutls_ui.c @@ -554,10 +554,11 @@ void gnutls_anon_set_params_function(gnutls_anon_server_credentials_t res, /** * gnutls_certificate_set_verify_flags - This function will set the flags to be used at certificate verification * @res: is a gnutls_certificate_credentials_t structure - * @flags: are the flagsis a structure that holds diffie hellman parameters. + * @flags: are the flags * - * This function will set the flags to be used at verification of the certificates. - * Flags must be OR of the gnutls_certificate_verify_flags enumerations. + * This function will set the flags to be used at verification of the + * certificates. Flags must be OR of the + * #gnutls_certificate_verify_flags enumerations. * **/ void gnutls_certificate_set_verify_flags(gnutls_certificate_credentials_t |