Since there has been reports of clashes between OpenSSL's
authorRichard Levitte <levitte@openssl.org>
Thu, 29 Mar 2001 07:45:01 +0000 (07:45 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 29 Mar 2001 07:45:01 +0000 (07:45 +0000)
commit44924fb2b494e047c0922c62f0412947458fca2a
treedecdab8b6530bf361a71d4bff4cc79f32ada76ff
parent0e810cf6b00734fdf53c280436f14c86929f4302
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