From: Bodo Möller Date: Thu, 24 Jan 2002 14:05:55 +0000 (+0000) Subject: Reword CHANGES entry for _old_des_..., as it was a little complicated X-Git-Tag: OpenSSL_0_9_7-beta1~299 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a8b94d64095204817c7c561d069322d4df12010e;p=openssl Reword CHANGES entry for _old_des_..., as it was a little complicated syntactically. --- diff --git a/CHANGES b/CHANGES index bf121bfc1e..1d27931d23 100644 --- a/CHANGES +++ b/CHANGES @@ -206,10 +206,11 @@ symbols to the corresponding _old_des_*. All this is done because there are increasing clashes with libdes - and other des libraries that are currently used by other projects. - For now, the old libdes interface is provided, as well as crypt(), - unless OPENSSL_NO_OLD_DES_SUPPORT is defined, or if openssl/des_old.h - is included. Note that crypt() is no longer declared in openssl/des.h. + and other DES libraries that are currently used by other projects. + The old libdes interface (including crypt()) is provided if + is included. For now, this automatically + happens in unless OPENSSL_NO_OLD_DES_SUPPORT is + defined. Note that crypt() is no longer declared in . 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