From 0904e31297f3f8275721fbf107248508db113598 Mon Sep 17 00:00:00 2001 From: "Dr. Matthias St. Pierre" Date: Sun, 14 Jul 2019 10:55:35 +0200 Subject: Remove external HEADER_SYMHACKS_H include guard Reviewed-by: Richard Levitte Reviewed-by: Bernd Edlinger (Merged from https://github.com/openssl/openssl/pull/9365) --- util/mkerr.pl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'util') diff --git a/util/mkerr.pl b/util/mkerr.pl index c4a2f8f00e..948391e856 100755 --- a/util/mkerr.pl +++ b/util/mkerr.pl @@ -453,9 +453,7 @@ foreach my $lib ( keys %errorfile ) { #ifndef HEADER_${lib}ERR_H # define HEADER_${lib}ERR_H -# ifndef HEADER_SYMHACKS_H -# include -# endif +# include EOF if ( $internal ) { -- cgit v1.2.3