2
0
Эх сурвалжийг харах

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)
eska 9 жил өмнө
parent
commit
2392824dba

+ 0 - 1
drivers/builtin_openssl2/SCsub

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

+ 0 - 7
drivers/builtin_openssl2/nocpuid.c

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