aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2006-12-26 21:20:15 +0000
committerRichard Levitte <levitte@openssl.org>2006-12-26 21:20:15 +0000
commit423a5d54a101a8fd5c1e77b76102c3820c6f3b69 (patch)
treec9cce040db3bde807ed16b1539acccf59708be3a
parent8bbf6bcf174abd83d2baa5676ead3ea946d067ea (diff)
downloadopenssl-423a5d54a101a8fd5c1e77b76102c3820c6f3b69.zip
openssl-423a5d54a101a8fd5c1e77b76102c3820c6f3b69.tar.gz
openssl-423a5d54a101a8fd5c1e77b76102c3820c6f3b69.tar.bz2
Synchronise a bit more with Unixly build
-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 d49a232..6452302 100644
--- a/crypto/crypto-lib.com
+++ b/crypto/crypto-lib.com
@@ -212,7 +212,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,eng_padlock"
-$ LIB_AES = "aes_core,aes_misc,aes_ecb,aes_cbc,aes_cfb,aes_ofb,aes_ctr"
+$ LIB_AES = "aes_core,aes_misc,aes_ecb,aes_cbc,aes_cfb,aes_ofb,"+ -
+ "aes_ctr,aes_ige"
$ LIB_BUFFER = "buffer,buf_err"
$ LIB_BIO = "bio_lib,bio_cb,bio_err,"+ -
"bss_mem,bss_null,bss_fd,"+ -