mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
openssl: revert empty_OPENSSL_cpuid_setup.patch
This commit is contained in:
2
deps/openssl/openssl/crypto/cryptlib.c
vendored
2
deps/openssl/openssl/crypto/cryptlib.c
vendored
@@ -718,7 +718,7 @@ void OPENSSL_cpuid_setup(void)
|
||||
unsigned long *OPENSSL_ia32cap_loc(void) { return NULL; }
|
||||
#endif
|
||||
int OPENSSL_NONPIC_relocated = 0;
|
||||
#if !defined(OPENSSL_CPUID_SETUP)
|
||||
#if !defined(OPENSSL_CPUID_SETUP) && !defined(OPENSSL_CPUID_OBJ)
|
||||
void OPENSSL_cpuid_setup(void) {}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user