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)
This commit is contained in:
parent
48dc4d92a8
commit
2392824dba
@ -2,7 +2,6 @@ Import('env')
|
|||||||
Import('env_ssl')
|
Import('env_ssl')
|
||||||
|
|
||||||
openssl_sources = [
|
openssl_sources = [
|
||||||
"nocpuid.c",
|
|
||||||
"ssl/t1_lib.c",
|
"ssl/t1_lib.c",
|
||||||
"ssl/t1_ext.c",
|
"ssl/t1_ext.c",
|
||||||
"ssl/s3_srvr.c",
|
"ssl/s3_srvr.c",
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
|
|
||||||
#include "openssl/crypto.h"
|
|
||||||
|
|
||||||
|
|
||||||
void OPENSSL_cpuid_setup() {
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user