diff options
author | Richard Levitte <levitte@openssl.org> | 2006-06-01 14:50:56 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2006-06-01 14:50:56 +0200 |
commit | 3aedd213a9143e047f5244b5570553fea97c5104 (patch) | |
tree | 29e1aa127cbbc036f3cf790b43664f11025f3c31 /crypto/crypto-lib.com | |
parent | Fix error code. make update (diff) | |
download | openssl-3aedd213a9143e047f5244b5570553fea97c5104.tar.xz openssl-3aedd213a9143e047f5244b5570553fea97c5104.zip |
Synchronise with the Unixly build.
Diffstat (limited to 'crypto/crypto-lib.com')
-rw-r--r-- | crypto/crypto-lib.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/crypto-lib.com b/crypto/crypto-lib.com index e773e8611c..e4ce937343 100644 --- a/crypto/crypto-lib.com +++ b/crypto/crypto-lib.com @@ -208,7 +208,7 @@ $ LIB_DSO = "dso_dl,dso_dlfcn,dso_err,dso_lib,dso_null,"+ - $ 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_cipher,tb_digest,tb_pkmeth,"+ - "eng_openssl,eng_dyn,eng_cnf,eng_cryptodev,eng_padlock" $ LIB_AES = "aes_core,aes_misc,aes_ecb,aes_cbc,aes_cfb,aes_ofb,aes_ctr" $ LIB_BUFFER = "buffer,buf_err" |