summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-01-29 10:22:51 +0100
committerRichard Levitte <levitte@openssl.org>2018-01-29 15:26:04 +0100
commit711a8b999e7a0733f349e7f330fa3fa013e995fd (patch)
tree6eacd6188c459eea6149e68f1e73da808f32c4fc /Configure
parent0d59958c4999a456531835d0b61ba4eaecceaf86 (diff)
Don't define OPENSSL_NO_ERR for the command line
It's already in opensslconf.h, which is included where this is relevant. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5188)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure5
1 files changed, 0 insertions, 5 deletions
diff --git a/Configure b/Configure
index 8cf1fd6161..a137cb286f 100755
--- a/Configure
+++ b/Configure
@@ -1085,11 +1085,6 @@ foreach (sort (keys %disabled))
{
push @{$config{openssl_other_defines}}, "OPENSSL_NO_$WHAT";
print " OPENSSL_NO_$WHAT";
-
- if (/^err$/)
- {
- push @{$useradd{CPPDEFINES}}, "OPENSSL_NO_ERR";
- }
}
}