aboutsummaryrefslogtreecommitdiff
path: root/crypto/crypto-lib.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2009-05-12 05:03:42 +0000
committerRichard Levitte <levitte@openssl.org>2009-05-12 05:03:42 +0000
commit804ab1e0a4da4fac6ee6a3e887ce472d18759931 (patch)
tree7d064bad535d415875e384b2fb71b9cdf3bd4552 /crypto/crypto-lib.com
parent8002e3073bf7235801f75cf42bc0252fc034d041 (diff)
downloadopenssl-804ab1e0a4da4fac6ee6a3e887ce472d18759931.zip
openssl-804ab1e0a4da4fac6ee6a3e887ce472d18759931.tar.gz
openssl-804ab1e0a4da4fac6ee6a3e887ce472d18759931.tar.bz2
Forgotten comma...
Diffstat (limited to 'crypto/crypto-lib.com')
-rw-r--r--crypto/crypto-lib.com2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/crypto-lib.com b/crypto/crypto-lib.com
index e0dc65c..b1ce14f 100644
--- a/crypto/crypto-lib.com
+++ b/crypto/crypto-lib.com
@@ -213,7 +213,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_openssl,eng_dyn,eng_cnf,eng_cryptodev,"+ -
"eng_aesni"
$ LIB_AES = "aes_core,aes_misc,aes_ecb,aes_cbc,aes_cfb,aes_ofb,aes_ctr,"+ -
"aes_ige,aes_wrap"