提交 f717abd7 编写于 作者: A Andy Polyakov

ppccap.c: fix typo.

上级 d5630dd6
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册