diff options
Diffstat (limited to 'thirdparty/openssl/crypto/ppc_arch.h')
-rw-r--r-- | thirdparty/openssl/crypto/ppc_arch.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/thirdparty/openssl/crypto/ppc_arch.h b/thirdparty/openssl/crypto/ppc_arch.h deleted file mode 100644 index b50ec996a5..0000000000 --- a/thirdparty/openssl/crypto/ppc_arch.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef __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) - -#endif |