summaryrefslogtreecommitdiffstats
path: root/crypto/ppc_arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ppc_arch.h')
-rw-r--r--crypto/ppc_arch.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/crypto/ppc_arch.h b/crypto/ppc_arch.h
index 1192edfa2d..b50ec996a5 100644
--- a/crypto/ppc_arch.h
+++ b/crypto/ppc_arch.h
@@ -1,10 +1,10 @@
#ifndef __PPC_ARCH_H__
-#define __PPC_ARCH_H__
+# define __PPC_ARCH_H__
extern unsigned int OPENSSL_ppccap_P;
-#define PPC_FPU64 (1<<0)
-#define PPC_ALTIVEC (1<<1)
-#define PPC_CRYPTO207 (1<<2)
+# define PPC_FPU64 (1<<0)
+# define PPC_ALTIVEC (1<<1)
+# define PPC_CRYPTO207 (1<<2)
#endif