aboutsummaryrefslogtreecommitdiff
path: root/crypto/crypto-lib.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-11-22 04:54:06 +0000
committerRichard Levitte <levitte@openssl.org>2000-11-22 04:54:06 +0000
commit01412ec60069991c2e5fd56a15f5b65d3e95e4d5 (patch)
tree657b75d2b2396853fd7e5397afdb551241e70e6c /crypto/crypto-lib.com
parentc4f3542abf7db84e3de4d5bcd7ec1a54048fb95c (diff)
downloadopenssl-01412ec60069991c2e5fd56a15f5b65d3e95e4d5.zip
openssl-01412ec60069991c2e5fd56a15f5b65d3e95e4d5.tar.gz
openssl-01412ec60069991c2e5fd56a15f5b65d3e95e4d5.tar.bz2
Addapt the VMS scripts to the changes in the Makefiles.
Diffstat (limited to 'crypto/crypto-lib.com')
-rw-r--r--crypto/crypto-lib.com8
1 files changed, 4 insertions, 4 deletions
diff --git a/crypto/crypto-lib.com b/crypto/crypto-lib.com
index b58de8e..b76bafa 100644
--- a/crypto/crypto-lib.com
+++ b/crypto/crypto-lib.com
@@ -206,9 +206,9 @@ $ LIB_DSA = "dsa_gen,dsa_key,dsa_lib,dsa_asn1,dsa_vrf,dsa_sign,dsa_err,dsa_ossl"
$ 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"
-$ LIB_RIJNDAEL = "rijndael-alg-fst"
+$ LIB_ENGINE = "engine_err,engine_lib,engine_list,engine_all,engine_openssl,"+ -
+ "hw_atalla,hw_cswift,hw_ncipher,hw_nuron"
+$ LIB_RIJNDAEL = "rd_fst"
$ LIB_BUFFER = "buffer,buf_err"
$ LIB_BIO = "bio_lib,bio_cb,bio_err,"+ -
"bss_mem,bss_null,bss_fd,"+ -
@@ -223,7 +223,7 @@ $ LIB_ERR = "err,err_all,err_prn"
$ LIB_OBJECTS = "o_names,obj_dat,obj_lib,obj_err"
$ LIB_EVP = "encode,digest,evp_enc,evp_key,"+ -
"e_des,e_bf,e_idea,e_des3,"+ -
- "e_rc4,names,"+ -
+ "e_rc4,e_rd,names,"+ -
"e_xcbc_d,e_rc2,e_cast,e_rc5"
$ LIB_EVP_2 = "m_null,m_md2,m_md4,m_md5,m_sha,m_sha1," + -
"m_dss,m_dss1,m_mdc2,m_ripemd,"+ -