From: Nikos Mavrogiannopoulos Date: Wed, 19 Dec 2012 13:44:34 +0000 (+0200) Subject: removed utf8 chars X-Git-Tag: gnutls_3_1_7~136 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7278e2b8294d581ca69a86e8b913d9366fe08b9e;p=thirdparty%2Fgnutls.git removed utf8 chars --- diff --git a/lib/includes/gnutls/x509.h b/lib/includes/gnutls/x509.h index 8a0ad73d36..0737863f3c 100644 --- a/lib/includes/gnutls/x509.h +++ b/lib/includes/gnutls/x509.h @@ -655,10 +655,10 @@ extern "C" * unless you know what this means. * @GNUTLS_VERIFY_DISABLE_TRUSTED_TIME_CHECKS: If set a signer in the trusted * list is never checked for expiration or activation. - * @GNUTLS_VERIFY_ALLOW_X509_V1_CA_CRT: Allow trusted CA certificates + * @GNUTLS_VERIFY_ALLOW_X509_V1_CA_CRT: Allow trusted CA certificates * with version 1. This is safer than %GNUTLS_VERIFY_ALLOW_ANY_X509_V1_CA_CRT, * and should be used instead. That way only signers in your trusted list - * will be allowed to have certificates of version 1. This is the default. + * will be allowed to have certificates of version 1. This is the default. * @GNUTLS_VERIFY_DO_NOT_ALLOW_X509_V1_CA_CRT: Do not allow trusted CA * certificates that have version 1. This option is to be used * to deprecate all certificates of version 1.