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_0h~98 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b09aa2709ddaa5bb2ffd323c3289076b5e9c6531;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) (cherry picked from commit 711a8b999e7a0733f349e7f330fa3fa013e995fd) --- diff --git a/Configure b/Configure index af41e77d4d..90a4651da1 100755 --- a/Configure +++ b/Configure @@ -890,8 +890,6 @@ foreach (sort (keys %disabled)) { push @{$config{openssl_other_defines}}, "OPENSSL_NO_$WHAT"; print " OPENSSL_NO_$WHAT"; - - if (/^err$/) { push @user_defines, "OPENSSL_NO_ERR"; } } }