summaryrefslogtreecommitdiffstats
path: root/crypto/crypto-lib.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2009-01-20 05:39:24 +0000
committerRichard Levitte <levitte@openssl.org>2009-01-20 05:39:24 +0000
commit6ed9dfb23af3b3370e9110be66d5431381ccd7d8 (patch)
treeb3c91e034c7a494b5fb681d5ca6359c95f0acbb4 /crypto/crypto-lib.com
parent7f62532030e7881011eced5c561b3cd606518e61 (diff)
Synchronise with Unix build
Diffstat (limited to 'crypto/crypto-lib.com')
-rw-r--r--crypto/crypto-lib.com3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/crypto-lib.com b/crypto/crypto-lib.com
index c8257fbdcc..563afc6033 100644
--- a/crypto/crypto-lib.com
+++ b/crypto/crypto-lib.com
@@ -213,7 +213,8 @@ $ LIB_ENGINE = "eng_err,eng_lib,eng_list,eng_init,eng_ctrl,"+ -
"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"
-$ LIB_AES = "aes_core,aes_cbc"
+$ LIB_AES = "aes_core,aes_misc,aes_ecb,aes_cbc,aes_cfb,aes_ofb,aes_ctr,"+ -
+ "aes_ige,aes_wrap"
$ LIB_BUFFER = "buffer,buf_err"
$ LIB_BIO = "bio_lib,bio_cb,bio_err,"+ -
"bss_mem,bss_null,bss_fd,"+ -