From: Richard Levitte Date: Mon, 29 Jan 2018 09:22:51 +0000 (+0100) Subject: Don't define OPENSSL_NO_ERR for the command line X-Git-Tag: OpenSSL_1_1_1-pre1~103 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=711a8b999e7a0733f349e7f330fa3fa013e995fd;p=oweals%2Fopenssl.git 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 (Merged from https://github.com/openssl/openssl/pull/5188) --- 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"; - } } }