Document the current behaviour of the DES interface.
authorLutz Jänicke <jaenicke@openssl.org>
Wed, 23 Jan 2002 10:12:45 +0000 (10:12 +0000)
committerLutz Jänicke <jaenicke@openssl.org>
Wed, 23 Jan 2002 10:12:45 +0000 (10:12 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 3f5092a59d24e84bfd0b69b8dcd8352f718255ec..15e795ca0095835df2eecbb434573088bd65e97a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
      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.
      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
 
      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