Fix DES_LONG breakage
authorViktor Dukhovni <openssl-users@dukhovni.org>
Wed, 13 Jan 2016 17:12:17 +0000 (12:12 -0500)
committerViktor Dukhovni <openssl-users@dukhovni.org>
Wed, 13 Jan 2016 17:37:48 +0000 (12:37 -0500)
commitbdb1d0c24b3df3e2253cd8289cd619093524464e
tree9da7b37ea9e80383832a491de306356381a1a8ec
parentdbc8541b86aee7b6e13e2208545fe625fc13cd7b
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>
Configure
crypto/des/rpc_des.h
crypto/opensslconf.h.in
include/openssl/des.h
include/openssl/e_os2.h
makevms.com