Make the NULL definition of OPENSSL_ia32cap_loc() compatible with the
declaration in crypto.h.
This commit is contained in:
parent
e7deff3cdf
commit
d1417be75c
@ -697,7 +697,7 @@ void OPENSSL_cpuid_setup(void)
|
||||
#endif
|
||||
|
||||
#else
|
||||
unsigned long *OPENSSL_ia32cap_loc(void) { return NULL; }
|
||||
unsigned int *OPENSSL_ia32cap_loc(void) { return NULL; }
|
||||
#endif
|
||||
int OPENSSL_NONPIC_relocated = 0;
|
||||
#if !defined(OPENSSL_CPUID_SETUP) && !defined(OPENSSL_CPUID_OBJ)
|
||||
|
Loading…
x
Reference in New Issue
Block a user