Selaa lähdekoodia

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 vuotta sitten
vanhempi
commit
2392824dba
2 muutettua tiedostoa jossa 0 lisäystä ja 8 poistoa
  1. 0 1
      drivers/builtin_openssl2/SCsub
  2. 0 7
      drivers/builtin_openssl2/nocpuid.c

+ 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() {
-
-}