Commit 711a8b99 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)
parent 0d59958c
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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";
				}
			}
		}