remove unused macros in list -disabled
authorJ Mohan Rao Arisankala <mohan@barracuda.com>
Fri, 26 Feb 2016 06:07:08 +0000 (11:37 +0530)
committerMatt Caswell <matt@openssl.org>
Thu, 5 May 2016 13:25:41 +0000 (14:25 +0100)
commitc3d93da03b3588bbb7ed459a360fba37f7be1e0b
tree555bd102a0e8e4c65a79846f05c1b7d649308bfe
parentd5e86796843ff0b1dab087ce2a6f867768436b63
remove unused macros in list -disabled

list -disabled was checking OPENSSL_NO_SSL/OPENSSL_NO_TLS, which are
not used to disable SSL/TLS respectively.
Building with these macros wrongly show as SSL/TLS disabled, hence
removing this code.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
apps/openssl.c