From 711a8b999e7a0733f349e7f330fa3fa013e995fd Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 29 Jan 2018 10:22:51 +0100 Subject: [PATCH] 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) --- Configure | 5 ----- 1 file changed, 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"; - } } } -- 2.25.1