summaryrefslogtreecommitdiffstats
path: root/apps/srp.c
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2015-04-25 16:03:07 -0400
committerRich Salz <rsalz@openssl.org>2015-04-25 16:03:07 -0400
commit239f2771e13ddc2fa50d01d62c10078befa8c86e (patch)
tree156ba42bd21d40f77a28c8752e169e90a1fef9f3 /apps/srp.c
parentd8c25de595019e2948ed2a25847b695b41cdea3c (diff)
Remove EFENCE support.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'apps/srp.c')
-rw-r--r--apps/srp.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/apps/srp.c b/apps/srp.c
index 0585952440..c62d55de2b 100644
--- a/apps/srp.c
+++ b/apps/srp.c
@@ -78,12 +78,6 @@
# define ENV_DATABASE "srpvfile"
# define ENV_DEFAULT_SRP "default_srp"
-# ifdef EFENCE
-extern int EF_PROTECT_FREE;
-extern int EF_PROTECT_BELOW;
-extern int EF_ALIGNMENT;
-# endif
-
static int get_index(CA_DB *db, char *id, char type)
{
char **pp;
@@ -277,12 +271,6 @@ int srp_main(int argc, char **argv)
long errorline = -1;
OPTION_CHOICE o;
-# ifdef EFENCE
- EF_PROTECT_FREE = 1;
- EF_PROTECT_BELOW = 1;
- EF_ALIGNMENT = 0;
-# endif
-
prog = opt_init(argc, argv, srp_options);
while ((o = opt_next()) != OPT_EOF) {
switch (o) {