summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2019-07-14 10:55:35 +0200
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2019-07-24 17:08:38 +0200
commit0904e31297f3f8275721fbf107248508db113598 (patch)
tree7bdcbb0c79ce563b5d12b9a77ff974af98ceb68e /util
parentddd16c2fe988ed9fdd5118c2f2617745438fd675 (diff)
Remove external HEADER_SYMHACKS_H include guard
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de> (Merged from https://github.com/openssl/openssl/pull/9365)
Diffstat (limited to 'util')
-rwxr-xr-xutil/mkerr.pl4
1 files changed, 1 insertions, 3 deletions
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 <openssl/symhacks.h>
-# endif
+# include <openssl/symhacks.h>
EOF
if ( $internal ) {