mirror of
https://github.com/openssl/openssl.git
synced 2024-11-28 12:35:22 +08:00
Provide a default OPENSSL_ia32cap_loc for non-Intel platforms where
util/libeay.num is important when building shared libraries, like VMS.
This commit is contained in:
parent
bf2336f478
commit
630e4a6e59
@ -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) {}
|
||||
|
Loading…
Reference in New Issue
Block a user