Loading crypto/engine/eng_all.c +2 −2 Original line number Diff line number Diff line Loading @@ -106,9 +106,9 @@ void ENGINE_load_builtin_engines(void) #ifndef OPENSSL_NO_HW_UBSEC ENGINE_load_ubsec(); #endif #ifndef OPENSSL_NO_HW_PADLOCK /*#ifndef OPENSSL_NO_HW_PADLOCK ENGINE_load_padlock(); #endif #endif*/ #endif #ifndef OPENSSL_NO_GOST ENGINE_load_gost(); Loading engines/Makefile +0 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,6 @@ LIBOBJ= e_4758cca.o \ e_nuron.o \ e_sureware.o \ e_ubsec.o \ e_padlock.o \ e_capi.o \ $(ENGINES_ASM_OBJ) Loading Loading
crypto/engine/eng_all.c +2 −2 Original line number Diff line number Diff line Loading @@ -106,9 +106,9 @@ void ENGINE_load_builtin_engines(void) #ifndef OPENSSL_NO_HW_UBSEC ENGINE_load_ubsec(); #endif #ifndef OPENSSL_NO_HW_PADLOCK /*#ifndef OPENSSL_NO_HW_PADLOCK ENGINE_load_padlock(); #endif #endif*/ #endif #ifndef OPENSSL_NO_GOST ENGINE_load_gost(); Loading
engines/Makefile +0 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,6 @@ LIBOBJ= e_4758cca.o \ e_nuron.o \ e_sureware.o \ e_ubsec.o \ e_padlock.o \ e_capi.o \ $(ENGINES_ASM_OBJ) Loading