ifdef cleanup, part 4a: '#ifdef undef'
authorRich Salz <rsalz@openssl.org>
Sat, 24 Jan 2015 15:57:19 +0000 (10:57 -0500)
committerRich Salz <rsalz@openssl.org>
Sat, 24 Jan 2015 15:58:38 +0000 (10:58 -0500)
commita2b18e657ea1a932d125154f4e13ab2258796d90
treebdfcb8bbe1d673b3bce209ef289520e11a109464
parent2747d73c1466c487daf64a1234b6fe2e8a62ac75
ifdef cleanup, part 4a: '#ifdef undef'

This removes all code surrounded by '#ifdef undef'
One case is left: memmove() replaced by open-coded for loop,
in crypto/stack/stack.c  That needs further review.

Also removed a couple of instances of /* dead code */ if I saw them
while doing the main removal.

Reviewed-by: Matt Caswell <matt@openssl.org>
17 files changed:
CHANGES
apps/crl.c
apps/dh.c
apps/sess_id.c
crypto/bn/bntest.c
crypto/des/cfb64ede.c
crypto/des/ofb64ede.c
crypto/des/rpc_enc.c
crypto/evp/encode.c
crypto/evp/p_sign.c
crypto/idea/idea_lcl.h
crypto/rand/randtest.c
crypto/rc2/rc2test.c
crypto/rc5/rc5test.c
crypto/threads/mttest.c
crypto/x509v3/v3_info.c
demos/engines/rsaref/rsaref.c