提交 d1417be7 编写于 作者: R Richard Levitte

Make the NULL definition of OPENSSL_ia32cap_loc() compatible with the

declaration in crypto.h.
上级 e7deff3c
...@@ -697,7 +697,7 @@ void OPENSSL_cpuid_setup(void) ...@@ -697,7 +697,7 @@ void OPENSSL_cpuid_setup(void)
#endif #endif
#else #else
unsigned long *OPENSSL_ia32cap_loc(void) { return NULL; } unsigned int *OPENSSL_ia32cap_loc(void) { return NULL; }
#endif #endif
int OPENSSL_NONPIC_relocated = 0; int OPENSSL_NONPIC_relocated = 0;
#if !defined(OPENSSL_CPUID_SETUP) && !defined(OPENSSL_CPUID_OBJ) #if !defined(OPENSSL_CPUID_SETUP) && !defined(OPENSSL_CPUID_OBJ)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册