提交 630e4a6e 编写于 作者: R Richard Levitte

Provide a default OPENSSL_ia32cap_loc for non-Intel platforms where

util/libeay.num is important when building shared libraries, like
VMS.
上级 bf2336f4
......@@ -569,6 +569,8 @@ void OPENSSL_cpuid_setup(void)
}
#endif
#else
unsigned long *OPENSSL_ia32cap_loc(void) { return NULL; }
#endif
#if !defined(OPENSSL_CPUID_SETUP)
void OPENSSL_cpuid_setup(void) {}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册