mirror of
https://github.com/openssl/openssl.git
synced 2024-12-03 05:41:46 +08:00
bdb1d0c24b
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> |
||
---|---|---|
.. | ||
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 | ||
enc_read.c | ||
enc_writ.c | ||
fcrypt_b.c | ||
fcrypt.c | ||
Makefile.in | ||
ncbc_enc.c | ||
ofb64ede.c | ||
ofb64enc.c | ||
ofb_enc.c | ||
pcbc_enc.c | ||
qud_cksm.c | ||
rand_key.c | ||
read2pwd.c | ||
rpc_des.h | ||
rpc_enc.c | ||
set_key.c | ||
spr.h | ||
str2key.c | ||
xcbc_enc.c |