diff options
-rw-r--r-- | src/lib/libssl/src/apps/ca.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/lib/libssl/src/apps/ca.c b/src/lib/libssl/src/apps/ca.c index 59f1969023..10b5c0b3fe 100644 --- a/src/lib/libssl/src/apps/ca.c +++ b/src/lib/libssl/src/apps/ca.c | |||
@@ -169,12 +169,6 @@ static const char *ca_usage[] = { | |||
169 | NULL | 169 | NULL |
170 | }; | 170 | }; |
171 | 171 | ||
172 | #ifdef EFENCE | ||
173 | extern int EF_PROTECT_FREE; | ||
174 | extern int EF_PROTECT_BELOW; | ||
175 | extern int EF_ALIGNMENT; | ||
176 | #endif | ||
177 | |||
178 | static void lookup_fail(const char *name, const char *tag); | 172 | static void lookup_fail(const char *name, const char *tag); |
179 | static int certify(X509 ** xret, char *infile, EVP_PKEY * pkey, X509 * x509, | 173 | static int certify(X509 ** xret, char *infile, EVP_PKEY * pkey, X509 * x509, |
180 | const EVP_MD * dgst, STACK_OF(OPENSSL_STRING) * sigopts, | 174 | const EVP_MD * dgst, STACK_OF(OPENSSL_STRING) * sigopts, |
@@ -305,12 +299,6 @@ ca_main(int argc, char **argv) | |||
305 | char *tofree = NULL; | 299 | char *tofree = NULL; |
306 | DB_ATTR db_attr; | 300 | DB_ATTR db_attr; |
307 | 301 | ||
308 | #ifdef EFENCE | ||
309 | EF_PROTECT_FREE = 1; | ||
310 | EF_PROTECT_BELOW = 1; | ||
311 | EF_ALIGNMENT = 0; | ||
312 | #endif | ||
313 | |||
314 | signal(SIGPIPE, SIG_IGN); | 302 | signal(SIGPIPE, SIG_IGN); |
315 | 303 | ||
316 | conf = NULL; | 304 | conf = NULL; |