summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2014-05-18 16:43:18 +0000
committerjsing <jsing@openbsd.org>2014-05-18 16:43:18 +0000
commitbff5e8b4d93c012628516d56edef32a91540ffe3 (patch)
treedf211b8b29afd4809b00f20a8dfe179e7d7926ce /lib
parentuse reallocarray (diff)
downloadwireguard-openbsd-bff5e8b4d93c012628516d56edef32a91540ffe3.tar.xz
wireguard-openbsd-bff5e8b4d93c012628516d56edef32a91540ffe3.zip
Out of all the openssl apps, just one of them has code to mess around with
electric fence externs. Nuke from orbit. ok miod@
Diffstat (limited to 'lib')
-rw-r--r--lib/libssl/src/apps/ca.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/libssl/src/apps/ca.c b/lib/libssl/src/apps/ca.c
index 59f19690237..10b5c0b3fe0 100644
--- a/lib/libssl/src/apps/ca.c
+++ b/lib/libssl/src/apps/ca.c
@@ -169,12 +169,6 @@ static const char *ca_usage[] = {
NULL
};
-#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,
@@ -305,12 +299,6 @@ ca_main(int argc, char **argv)
char *tofree = NULL;
DB_ATTR db_attr;
-#ifdef EFENCE
- EF_PROTECT_FREE = 1;
- EF_PROTECT_BELOW = 1;
- EF_ALIGNMENT = 0;
-#endif
-
signal(SIGPIPE, SIG_IGN);
conf = NULL;