summaryrefslogtreecommitdiff
path: root/crypto/ppccap.c
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2013-11-27 22:39:13 +0100
committerAndy Polyakov <appro@openssl.org>2013-11-27 22:39:13 +0100
commit07f3e4f3f902040a35b7fc9e207899c33bff0637 (patch)
treecf00a3464ae07a08f185945ea354db5690cb6b4b /crypto/ppccap.c
parentb5c54c914fcbd07752c358e0d14b7e56706195a3 (diff)
downloadopenssl-new-07f3e4f3f902040a35b7fc9e207899c33bff0637.tar.gz
Take vpaes-ppc module into loop.
Diffstat (limited to 'crypto/ppccap.c')
-rw-r--r--crypto/ppccap.c2
1 files changed, 1 insertions, 1 deletions
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;