summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-04-14 11:01:44 +0000
committerSimon Josefsson <simon@josefsson.org>2005-04-14 11:01:44 +0000
commit6aabc868ece06c9bf54819ede8e54a8657c9bfb1 (patch)
tree88c86918a3e0f199c857794fbe91cf9c08693020
parent21042892a59190e7a223a58d6c7a0863fe8726ee (diff)
downloadgnutls-6aabc868ece06c9bf54819ede8e54a8657c9bfb1.tar.gz
Typo.
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index bd3bf2b558..ba58ede999 100644
--- a/NEWS
+++ b/NEWS
@@ -18,8 +18,8 @@ See the end for copying conditions.
- Optimizations ("-O2 -finline-functions") are not enabled by default,
instead the standard autoconf defaults are used. Use `./configure
CFLAGS="-O2 -finline-functions"' to get the old optimizations.
-- Added the option --get-dh-params to certtool, in order to get them
- included in the library primes and generators.
+- Added the option --get-dh-params to certtool, in order to get the
+ parameters included in the library primes and generators.
- Improved the semantics of GNUTLS_VERIFY_ALLOW_X509_V1_CA_CRT, to
allow only trusted Version 1 CAs and introduced
GNUTLS_VERIFY_ALLOW_ANY_X509_V1_CA_CRT which has the old semantics.