Remove nocpuid.c from builtin OpenSSL
Since opensslconf.h no longer defines OPENSSL_CPUID_OBJ, OpenSSL defines
OPENSSL_cpuid_setup itself (with the same empty definition)
(cherry picked from commit 2392824dba
)
This commit is contained in:
parent
f120514402
commit
b8d8ec09ee
|
@ -2,7 +2,6 @@ Import('env')
|
|||
Import('env_ssl')
|
||||
|
||||
openssl_sources = [
|
||||
"nocpuid.c",
|
||||
"ssl/t1_lib.c",
|
||||
"ssl/t1_ext.c",
|
||||
"ssl/s3_srvr.c",
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
|
||||
#include "openssl/crypto.h"
|
||||
|
||||
|
||||
void OPENSSL_cpuid_setup() {
|
||||
|
||||
}
|
Loading…
Reference in New Issue