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 des/asm/des_enc.m4: fix brown-bag typo in last commit. 2015-02-09 08:58:43 +01:00
cbc_cksm.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
cbc_enc.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
cfb64ede.c ifdef cleanup, part 4a: '#ifdef undef' 2015-01-24 10:58:38 -05:00
cfb64enc.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
cfb_enc.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
COPYRIGHT Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
des_enc.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
des_locl.h Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
ecb3_enc.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
ecb_enc.c Replace "SSLeay" in API with OpenSSL 2015-10-30 17:21:42 -04:00
enc_read.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
enc_writ.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
fcrypt.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
fcrypt_b.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
Makefile.in Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
ncbc_enc.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
ofb64ede.c ifdef cleanup, part 4a: '#ifdef undef' 2015-01-24 10:58:38 -05:00
ofb64enc.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
ofb_enc.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
pcbc_enc.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
qud_cksm.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
rand_key.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
read2pwd.c Fix no-stdio build 2015-09-29 21:59:19 -04:00
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 Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
spr.h Fixed bad formatting in crypto/des/spr.h 2015-02-05 09:44:30 -05:00
str2key.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
xcbc_enc.c Dead code removal; #if 0 from crypto/des 2015-02-02 12:43:17 -05:00