aboutsummaryrefslogtreecommitdiffstats
path: root/engines/afalg
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-05-24 09:19:43 -0400
committerRich Salz <rsalz@openssl.org>2016-05-24 11:04:38 -0400
commit04473165815e93c8453f6c0b55a5dd0b93f668fa (patch)
treed0767e3c1b9a3dece5eb09112ee790514fc18f90 /engines/afalg
parentc01a3c6df038d4cbec87ae658c25b3730c5af88c (diff)
downloadopenssl-04473165815e93c8453f6c0b55a5dd0b93f668fa.tar.gz
GH919: Fix wrappers for two headers
Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'engines/afalg')
-rw-r--r--engines/afalg/e_afalg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/afalg/e_afalg.h b/engines/afalg/e_afalg.h
index f990f489ac..8f4d2d11f1 100644
--- a/engines/afalg/e_afalg.h
+++ b/engines/afalg/e_afalg.h
@@ -7,8 +7,8 @@
* https://www.openssl.org/source/license.html
*/
-#ifndef _E_AFALG_H_
-# define _E_AFALG_H_
+#ifndef HEADER_AFALG_H
+# define HEADER_AFALG_H
# ifdef ALG_DEBUG
# define ALG_DGB(x, ...) fprintf(stderr, "ALG_DBG: " x, __VA_ARGS__)