Browse Source

openssl: revert empty_OPENSSL_cpuid_setup.patch

v0.9.4-release
Bert Belder 12 years ago
parent
commit
aeae22cbb2
  1. 2
      deps/openssl/openssl/crypto/cryptlib.c

2
deps/openssl/openssl/crypto/cryptlib.c

@ -718,7 +718,7 @@ void OPENSSL_cpuid_setup(void)
unsigned long *OPENSSL_ia32cap_loc(void) { return NULL; } unsigned long *OPENSSL_ia32cap_loc(void) { return NULL; }
#endif #endif
int OPENSSL_NONPIC_relocated = 0; int OPENSSL_NONPIC_relocated = 0;
#if !defined(OPENSSL_CPUID_SETUP) #if !defined(OPENSSL_CPUID_SETUP) && !defined(OPENSSL_CPUID_OBJ)
void OPENSSL_cpuid_setup(void) {} void OPENSSL_cpuid_setup(void) {}
#endif #endif

Loading…
Cancel
Save