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:
eska 2016-05-12 17:06:34 +02:00 committed by Rémi Verschelde
parent f120514402
commit b8d8ec09ee
2 changed files with 0 additions and 8 deletions

View file

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

View file

@ -1,7 +0,0 @@
#include "openssl/crypto.h"
void OPENSSL_cpuid_setup() {
}