summaryrefslogtreecommitdiffstats
path: root/crypto/ppc_arch.h
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 /crypto/ppc_arch.h
parentc01a3c6df038d4cbec87ae658c25b3730c5af88c (diff)
GH919: Fix wrappers for two headers
Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'crypto/ppc_arch.h')
-rw-r--r--crypto/ppc_arch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/ppc_arch.h b/crypto/ppc_arch.h
index 5f5a5c93d0..65cf96fc1f 100644
--- a/crypto/ppc_arch.h
+++ b/crypto/ppc_arch.h
@@ -7,8 +7,8 @@
* https://www.openssl.org/source/license.html
*/
-#ifndef __PPC_ARCH_H__
-# define __PPC_ARCH_H__
+#ifndef HEADER_PPC_ARCH_H
+# define HEADER_PPC_ARCH_H
extern unsigned int OPENSSL_ppccap_P;