From 0e716d9207e00c9d967492b3b8bb89efad16bd06 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sun, 20 Jul 2014 14:16:31 +0200 Subject: Engage GHASH for PowerISA 2.0.7. [and split ppccap.c to ppccap.c and ppc_arch.h] Reviewed-by: Kurt Roeckx Reviewed-by: Tim Hudson --- crypto/ppccap.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'crypto/ppccap.c') diff --git a/crypto/ppccap.c b/crypto/ppccap.c index cad14fd67b..13c2ca5162 100644 --- a/crypto/ppccap.c +++ b/crypto/ppccap.c @@ -10,9 +10,7 @@ #include #include -#define PPC_FPU64 (1<<0) -#define PPC_ALTIVEC (1<<1) -#define PPC_CRYPTO207 (1<<2) +#include "ppc_arch.h" unsigned int OPENSSL_ppccap_P = 0; -- cgit v1.2.3