openssl: revert empty_OPENSSL_cpuid_setup.patch

pull/24504/head
Bert Belder 2012-09-13 01:11:06 +02:00
parent 2e6180a62a
commit aeae22cbb2
1 changed files with 1 additions and 1 deletions

View File

@ -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