From 239f2771e13ddc2fa50d01d62c10078befa8c86e Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Sat, 25 Apr 2015 16:03:07 -0400 Subject: Remove EFENCE support. Reviewed-by: Richard Levitte --- apps/ca.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'apps/ca.c') diff --git a/apps/ca.c b/apps/ca.c index 38c96aeb0d..218a407338 100644 --- a/apps/ca.c +++ b/apps/ca.c @@ -144,12 +144,6 @@ #define REV_KEY_COMPROMISE 3 /* Value is cert key compromise time */ #define REV_CA_COMPROMISE 4 /* Value is CA key compromise time */ -#ifdef EFENCE -extern int EF_PROTECT_FREE; -extern int EF_PROTECT_BELOW; -extern int EF_ALIGNMENT; -#endif - static void lookup_fail(const char *name, const char *tag); static int certify(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, @@ -313,12 +307,6 @@ int ca_main(int argc, char **argv) X509_REVOKED *r = NULL; OPTION_CHOICE o; -#ifdef EFENCE - EF_PROTECT_FREE = 1; - EF_PROTECT_BELOW = 1; - EF_ALIGNMENT = 0; -#endif - conf = NULL; section = NULL; preserve = 0; -- cgit v1.2.3