projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8002e30
)
Forgotten comma...
author
Richard Levitte
<levitte@openssl.org>
Tue, 12 May 2009 05:03:42 +0000
(
05:03
+0000)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 12 May 2009 05:03:42 +0000
(
05:03
+0000)
crypto/crypto-lib.com
patch
|
blob
|
history
diff --git
a/crypto/crypto-lib.com
b/crypto/crypto-lib.com
index e0dc65cc0a8599f93f1eca7acfc5acc6ba8315e9..b1ce14fdf033cbd71916cef4df988befedce7e7f 100644
(file)
--- 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"