Since there has been reports of clashes between OpenSSL's
authorRichard Levitte <levitte@openssl.org>
Thu, 29 Mar 2001 07:45:37 +0000 (07:45 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 29 Mar 2001 07:45:37 +0000 (07:45 +0000)
commit080b8cadfa9a9c7655fb0dbd5e432b09d708ab3b
treed233e346f517c1eedaa0066c31380b8d225e0c07
parent7cdd2aa128811724497b98d20dd06a2efca9c266
Since there has been reports of clashes between OpenSSL's
des_encrypt() and des_encrypt() defined on some systems (Solaris and
Unixware and maybe others), we rename des_encrypt() to des_encrypt1().
This should have very little impact on external software unless
someone has written a mode of DES, since that's all des_encrypt() is
meant for.
15 files changed:
CHANGES
crypto/des/cbc_cksm.c
crypto/des/cfb64enc.c
crypto/des/cfb_enc.c
crypto/des/des.h
crypto/des/des_enc.c
crypto/des/des_opts.c
crypto/des/ecb_enc.c
crypto/des/ede_cbcm_enc.c
crypto/des/ncbc_enc.c
crypto/des/ofb64enc.c
crypto/des/ofb_enc.c
crypto/des/pcbc_enc.c
crypto/des/speed.c
crypto/des/xcbc_enc.c