aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crypto/ppccap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ppccap.c b/crypto/ppccap.c
index d7f6354..2e2f3fc 100644
--- a/crypto/ppccap.c
+++ b/crypto/ppccap.c
@@ -94,7 +94,7 @@ void OPENSSL_cpuid_setup(void)
# if defined(_SC_AIX_KERNEL_BITMODE)
if (sysconf(_SC_AIX_KERNEL_BITMODE)!=64) return;
# endif
- if (uname(&uts)!=0 || atoi(uts.version)<6)) return;
+ if (uname(&uts)!=0 || atoi(uts.version)<6) return;
}
#endif