From: Richard Levitte Date: Fri, 16 Nov 2001 17:57:27 +0000 (+0000) Subject: Let's not forget the latest engines on VMS (at least see if they X-Git-Tag: OpenSSL-engine-0_9_6c~27 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=26e922fc7f2e2bcd79c6383a49e85cfe78989ca9;p=oweals%2Fopenssl.git Let's not forget the latest engines on VMS (at least see if they compile properly). --- diff --git a/crypto/crypto-lib.com b/crypto/crypto-lib.com index 19b968b61a..3a9b70c738 100644 --- a/crypto/crypto-lib.com +++ b/crypto/crypto-lib.com @@ -207,7 +207,8 @@ $ LIB_DH = "dh_gen,dh_key,dh_lib,dh_check,dh_err" $ LIB_DSO = "dso_dl,dso_dlfcn,dso_err,dso_lib,dso_null,"+ - "dso_openssl,dso_win32,dso_vms" $ LIB_ENGINE = "engine_err,engine_lib,engine_list,engine_openssl,"+ - - "hw_atalla,hw_cswift,hw_ncipher" + "hw_atalla,hw_cswift,hw_ncipher,hw_aep,hw_sureware,"+ - + "hw_ubsec" $ LIB_BUFFER = "buffer,buf_err" $ LIB_BIO = "bio_lib,bio_cb,bio_err,"+ - "bss_mem,bss_null,bss_fd,"+ -