summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2002-01-23 10:12:45 +0000
committerLutz Jänicke <jaenicke@openssl.org>2002-01-23 10:12:45 +0000
commit9b2f486c9e95c79ab9a0f10a9f61a8792ed2a18d (patch)
treef8a37072ce43cc3debe618b73024e73761f5be88 /CHANGES
parent24995f3a10d77c2ec33b5786ec65d52ca5c7be4e (diff)
Document the current behaviour of the DES interface.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3f5092a59d..15e795ca00 100644
--- a/CHANGES
+++ b/CHANGES
@@ -206,6 +206,10 @@
projects. The old libdes interface is provided, as well as crypt(),
if openssl/des_old.h is included. Note that crypt() is no longer
declared in openssl/des.h.
+ In order to maintain compatibility with current applications using
+ libcrypto, the old libdes interface is still provided, as long as
+ OPENSSL_NO_OLD_DES_SUPPORT is not defined, by automatically including
+ openssl/des_old.h.
NOTE: This is a major break of an old API into a new one. Software
authors are encouraged to switch to the DES_ style functions. Some