openssl/crypto
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
..
aes Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
asn1 Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
async Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
bf Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
bio Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
bn Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
buffer Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
camellia Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
cast Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
chacha Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
cmac Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
cms Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
comp Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
conf Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
ct Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
des Fix DES_LONG breakage 2016-01-13 12:37:48 -05:00
dh Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
dsa Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
dso Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
ec Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
engine Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
err Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
evp After EVP_CIPHER turned opaque, e_rc5.c needs to include evp_int.h 2016-01-13 17:46:07 +01:00
hmac Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
idea Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
include/internal Make EVP_CIPHER opaque and add creator/destructor/accessor/writer functions 2016-01-12 13:52:22 +01:00
jpake Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
lhash Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
md2 Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
md4 Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
md5 Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
mdc2 Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
modes Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
objects Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
ocsp Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
pem Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
perlasm ARMv4 assembly pack: allow Thumb2 even in iOS build, 2015-12-07 12:06:06 +01:00
pkcs7 Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
pkcs12 Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
poly1305 Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
pqueue Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
rand Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
rc2 Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
rc4 Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
rc5 Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
ripemd Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
rsa Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
seed Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
sha Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
srp Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
stack Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
store Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
ts Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
txt_db Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
ui Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
whrlpool Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
x509 Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
x509v3 Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
alphacpuid.pl
arm64cpuid.pl
arm_arch.h
armcap.c Add assembly support for 32-bit iOS. 2015-04-20 15:06:22 +02:00
armv4cpuid.pl ARMv4 assembly pack: implement support for Thumb2. 2015-09-25 13:34:02 +02:00
c64xpluscpuid.pl
cpt_err.c Rename some BUF_xxx to OPENSSL_xxx 2015-12-16 16:14:49 -05:00
cryptlib.c Fix no-stdio build 2015-09-29 21:59:19 -04:00
crypto-lib.com Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
cversion.c Explicit OpenSSL_version_num() implementation prototype 2015-11-15 00:02:57 -05:00
ebcdic.c Appease clang -Wempty-translation-unit 2015-04-04 17:05:49 +02:00
ex_data.c Only declare stacks in headers 2016-01-07 18:00:51 +00:00
fips_err.h
fips_ers.c
ia64cpuid.S
install-crypto.com Remove remaining Kerberos references 2015-05-13 15:08:10 +01:00
lock.c Only declare stacks in headers 2016-01-07 18:00:51 +00:00
LPdir_nyi.c
LPdir_unix.c memset, memcpy, sizeof consistency fixes 2015-05-05 22:18:59 -04:00
LPdir_vms.c memset, memcpy, sizeof consistency fixes 2015-05-05 22:18:59 -04:00
LPdir_win32.c
LPdir_win.c memset, memcpy, sizeof consistency fixes 2015-05-05 22:18:59 -04:00
LPdir_wince.c
Makefile.in Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05:00
mem_clr.c Remove the "eay" c-file-style indicators 2015-12-18 13:08:40 +01:00
mem_dbg.c Function pop_info() returned a dangling pointer 2016-01-11 20:30:37 +01:00
mem_sec.c RT41897: Add an CRYPTO_secure_actual_size 2016-01-09 19:13:15 -05:00
mem.c Enable/disable crypto-mdebug just like other features 2016-01-11 02:41:16 +00:00
o_dir_test.c Remove the "eay" c-file-style indicators 2015-12-18 13:08:40 +01:00
o_dir.c Remove the "eay" c-file-style indicators 2015-12-18 13:08:40 +01:00
o_fips.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
o_init.c
o_str.c Remove the "eay" c-file-style indicators 2015-12-18 13:08:40 +01:00
o_time.c Remove the "eay" c-file-style indicators 2015-12-18 13:08:40 +01:00
opensslconf.h.in Fix DES_LONG breakage 2016-01-13 12:37:48 -05:00
pariscid.pl
ppc_arch.h crypto/ppccap.c: add SIGILL-free processor capability detection code. 2015-12-14 16:08:49 +01:00
ppccap.c crypto/ppccap.c: add SIGILL-free processor capability detection code. 2015-12-14 16:08:49 +01:00
ppccpuid.pl crpyto/ppccpuid.pl: add FPU probe and fix OPENSSL_rdtsc. 2015-12-14 16:09:25 +01:00
s390xcap.c
s390xcpuid.S
sparc_arch.h
sparccpuid.S Conversion to UTF-8 where needed 2015-07-14 01:10:01 +02:00
sparcv9cap.c crypto/sparcv9cap.c: add SIGILL-free feature detection for Solaris. 2015-12-02 10:53:33 +01:00
thr_id.c Backwards-compatibility subject to OPENSSL_API_COMPAT 2016-01-07 20:53:18 -05:00
uid.c
vms_rms.h
x86_64cpuid.pl
x86cpuid.pl