summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2019-12-13 12:25:15 +0100
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2019-12-15 15:21:49 +0100
commit2f11f2e810c7f48a001986f3eb47b3b9166e2836 (patch)
tree08c1ad1c781d875dff79f6b0e26631704163452e /util
parentfa2f67f707401f9a94f11de8603cfde5c092e43b (diff)
util/mkerr.pl: revert accidental change of header guards
This change was backported accidentally from master in commit fbbfd128c9aa. Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/10623)
Diffstat (limited to 'util')
-rwxr-xr-xutil/mkerr.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/mkerr.pl b/util/mkerr.pl
index dc652e0a0d..df085fb3db 100755
--- a/util/mkerr.pl
+++ b/util/mkerr.pl
@@ -450,8 +450,8 @@ foreach my $lib ( keys %errorfile ) {
* https://www.openssl.org/source/license.html
*/
-#ifndef OPENSSL_${lib}ERR_H
-# define OPENSSL_${lib}ERR_H
+#ifndef HEADER_${lib}ERR_H
+# define HEADER_${lib}ERR_H
# include <openssl/symhacks.h>