From 2f0ca54c32299638e5a1d7577112a7fc07774f00 Mon Sep 17 00:00:00 2001 From: Emilia Kasper Date: Tue, 28 Feb 2017 14:13:40 +0100 Subject: Remove some obsolete/obscure internal define switches: - FLAT_INC - PKCS1_CHECK (the SSL_OP_PKCS1_CHECK options have been no-oped) - PKCS_TESTVECT (debugging leftovers) - SSL_AD_MISSING_SRP_USERNAME (unfinished feature) - DTLS_AD_MISSING_HANDSHAKE_MESSAGE (unfinished feature) - USE_OBJ_MAC (note this removes a define from the public header but very unlikely someone would be depending on it) - SSL_FORBID_ENULL Reviewed-by: Rich Salz Reviewed-by: Stephen Henson Reviewed-by: Andy Polyakov --- demos/engines/e_chil.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'demos') diff --git a/demos/engines/e_chil.c b/demos/engines/e_chil.c index 8d81b46fec..74b9c86ba1 100644 --- a/demos/engines/e_chil.c +++ b/demos/engines/e_chil.c @@ -35,11 +35,7 @@ * The hwcryptohook.h included here is from May 2000. * [Richard Levitte] */ -# ifdef FLAT_INC -# include "hwcryptohook.h" -# else -# include "vendor_defns/hwcryptohook.h" -# endif +# include "vendor_defns/hwcryptohook.h" # define HWCRHK_LIB_NAME "CHIL engine" # include "e_chil_err.c" -- cgit v1.2.3