Change des_old.h so OpenSSL 0.9.6 compatibility is default. One must
authorRichard Levitte <levitte@openssl.org>
Fri, 22 Mar 2002 02:33:24 +0000 (02:33 +0000)
committerRichard Levitte <levitte@openssl.org>
Fri, 22 Mar 2002 02:33:24 +0000 (02:33 +0000)
commite9f970891d1f96303a973cbc1c28cee436f24933
treecc7c43b1881d0e598b93d245cd16773c72bd3708
parenta89cf50c59e6f306d50ffd085c240a1e7d87188d
Change des_old.h so OpenSSL 0.9.6 compatibility is default.  One must
define OPENSSL_DES_LIBDES_COMPATIBILITY to get libdes compatibility.
At the same time, correct a couple of argument errors for the cfb
encryption routines.

Make destest use as much of the old API as possible, to make sure it
works properly.  Other tests will use the new API...
crypto/des/des_old.c
crypto/des/des_old.h
crypto/des/destest.c