From 07f3e4f3f902040a35b7fc9e207899c33bff0637 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Wed, 27 Nov 2013 22:39:13 +0100 Subject: Take vpaes-ppc module into loop. --- crypto/ppccap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/ppccap.c') diff --git a/crypto/ppccap.c b/crypto/ppccap.c index 2e2f3fc5c0..361f2dde73 100644 --- a/crypto/ppccap.c +++ b/crypto/ppccap.c @@ -13,7 +13,7 @@ #define PPC_FPU64 (1<<0) #define PPC_ALTIVEC (1<<1) -static int OPENSSL_ppccap_P = 0; +unsigned int OPENSSL_ppccap_P = 0; static sigset_t all_masked; -- cgit v1.2.1