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)
This commit is contained in:
Richard Levitte 2018-01-29 10:22:51 +01:00
parent 0d59958c49
commit 711a8b999e

View File

@ -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";
}
}
}