Commit b09aa270 authored by Richard Levitte's avatar Richard Levitte
Browse files

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: default avatarRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5188)

(cherry picked from commit 711a8b99)
parent 425df74a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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"; }
			}
		}