Don't define OPENSSL_NO_ERR for the command line
[oweals/openssl.git] / Configure
index af41e77d4d17966b29d27960098d38046446897f..90a4651da1cd2b04a8164c57de66298e96f2fcfd 100755 (executable)
--- 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"; }
                        }
                }