diff options
author | Richard Levitte <levitte@openssl.org> | 2007-03-23 09:36:33 +0000 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2007-03-23 09:36:33 +0000 |
commit | ebb326afe6662b65b688151375723d95536eba8f (patch) | |
tree | 9d909fbfa76360a0ac5cb4747a94e8a3c39015b2 | |
parent | 0d1aa74d6fa5708dce66589df34be58750da7d66 (diff) | |
download | openssl-new-ebb326afe6662b65b688151375723d95536eba8f.tar.gz |
Synchronise the VMS build with recent movements in the Unix build.
-rw-r--r-- | crypto/crypto-lib.com | 2 | ||||
-rw-r--r-- | engines/makeengines.com | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/crypto-lib.com b/crypto/crypto-lib.com index 64523024fa..c4362f569e 100644 --- a/crypto/crypto-lib.com +++ b/crypto/crypto-lib.com @@ -211,7 +211,7 @@ $ LIB_ENGINE = "eng_err,eng_lib,eng_list,eng_init,eng_ctrl,"+ - "eng_table,eng_pkey,eng_fat,eng_all,"+ - "tb_rsa,tb_dsa,tb_ecdsa,tb_dh,tb_ecdh,tb_rand,tb_store,"+ - "tb_cipher,tb_digest,tb_pkmeth,tb_asnmth,"+ - - "eng_openssl,eng_dyn,eng_cnf,eng_cryptodev,eng_padlock" + "eng_openssl,eng_dyn,eng_cnf,eng_cryptodev" $ LIB_AES = "aes_core,aes_misc,aes_ecb,aes_cbc,aes_cfb,aes_ofb,"+ - "aes_ctr,aes_ige" $ LIB_BUFFER = "buffer,buf_err" diff --git a/engines/makeengines.com b/engines/makeengines.com index 4a7474e010..3727a36f0a 100644 --- a/engines/makeengines.com +++ b/engines/makeengines.com @@ -34,7 +34,7 @@ $! Set the names of the engines we want to build $! $ ENGINES = "," + P6 $ IF ENGINES .EQS. "," THEN - - ENGINES = ",4758cca,aep,atalla,cswift,chil,nuron,sureware,ubsec" + ENGINES = ",4758cca,aep,atalla,cswift,chil,nuron,sureware,ubsec,padlock" $! $! Set the default TCP/IP library to link against if needed $! |