summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorEmilia Kasper <emilia@openssl.org>2017-02-28 14:13:40 +0100
committerEmilia Kasper <emilia@openssl.org>2017-03-01 10:44:49 +0100
commit2f0ca54c32299638e5a1d7577112a7fc07774f00 (patch)
treea58e3dc0178e943d22447d4eb15feb7df18a05eb /demos
parent06611d0a1623a1ce06275b6cdd7a270d9704bf37 (diff)
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 <rsalz@openssl.org> Reviewed-by: Stephen Henson <steve@openssl.org> Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'demos')
-rw-r--r--demos/engines/e_chil.c6
1 files changed, 1 insertions, 5 deletions
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"