From: Dr. Matthias St. Pierre Date: Sun, 14 Jul 2019 08:55:35 +0000 (+0200) Subject: Remove external HEADER_SYMHACKS_H include guard X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0904e31297f3f8275721fbf107248508db113598;p=oweals%2Fopenssl.git Remove external HEADER_SYMHACKS_H include guard Reviewed-by: Richard Levitte Reviewed-by: Bernd Edlinger (Merged from https://github.com/openssl/openssl/pull/9365) --- 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 ) {