Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-06-17 17:59:36 +0400
committerBodo Möller <bodo@openssl.org>2002-06-17 17:59:36 +0400
commitf27fa54388d93aff9ad837583fdcaa63d04cb35e (patch)
tree2d04049e4a1a5c3c77c260c7e85b302cb90d403b /NEWS
parent48acb9e08a964cc0ad3babe66836f14fd83eeb93 (diff)
typo
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 2 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 343eea600f..06e165a45f 100644
--- a/NEWS
+++ b/NEWS
@@ -21,9 +21,8 @@
against libdes providing similar functions having the same name).
Provide macros for backward compatibility (will be removed in the
future).
- o Unifiy handling of cryptographic algorithms (software and
- engine) to be available via EVP routines for asymmetric and
- symmetric ciphers.
+ o Unify handling of cryptographic algorithms (software and engine)
+ to be available via EVP routines for asymmetric and symmetric ciphers.
o NCONF: new configuration handling routines.
o Change API to use more 'const' modifiers to improve error checking
and help optimizers.