openssl/crypto/des
Viktor Dukhovni bdb1d0c24b Fix DES_LONG breakage
For some strange reason opensslconf.h was only defining DES_LONG
when included via des.h, but that's exceedingly fragile (as a
result of include guards the include via des.h might not actually
process the content again).

Ripped out the nesting constraint, now always define OSSL_DES_LONG
if not already defined.  Note, this could just be DES_LONG, but
trying to avoid exposing DES_LONG in places where it has never been
seen before, so it is up to des.h to actually define DES_LONG as
OSSL_DES_LONG.

Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-01-13 12:37:48 -05:00
..
asm
cbc_cksm.c
cbc_enc.c
cfb64ede.c
cfb64enc.c
cfb_enc.c
COPYRIGHT
des_enc.c
des_locl.h
ecb3_enc.c
ecb_enc.c Replace "SSLeay" in API with OpenSSL 2015-10-30 17:21:42 -04:00
enc_read.c
enc_writ.c
fcrypt_b.c
fcrypt.c
Makefile.in Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
ncbc_enc.c
ofb64ede.c
ofb64enc.c
ofb_enc.c
pcbc_enc.c
qud_cksm.c
rand_key.c
read2pwd.c
rpc_des.h Fix DES_LONG breakage 2016-01-13 12:37:48 -05:00
rpc_enc.c Replace "SSLeay" in API with OpenSSL 2015-10-30 17:21:42 -04:00
set_key.c
spr.h
str2key.c
xcbc_enc.c