From b09aa2709ddaa5bb2ffd323c3289076b5e9c6531 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) (cherry picked from commit 711a8b999e7a0733f349e7f330fa3fa013e995fd) --- Configure | 2 -- 1 file changed, 2 deletions(-) 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"; } } } -- 2.25.1