diff options
author | Matt Caswell <matt@openssl.org> | 2015-01-22 04:40:55 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2015-01-22 10:20:09 +0100 |
commit | 0f113f3ee4d629ef9a4a30911b22b224772085e5 (patch) | |
tree | e014603da5aed1d0751f587a66d6e270b6bda3de /crypto/ppc_arch.h | |
parent | More tweaks for comments due indent issues (diff) | |
download | openssl-0f113f3ee4d629ef9a4a30911b22b224772085e5.tar.xz openssl-0f113f3ee4d629ef9a4a30911b22b224772085e5.zip |
Run util/openssl-format-source -v -c .
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/ppc_arch.h')
-rw-r--r-- | crypto/ppc_arch.h | 8 |
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 |