summaryrefslogtreecommitdiffstats
path: root/crypto/crypto-lib.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-10-24 19:15:30 +0000
committerRichard Levitte <levitte@openssl.org>2002-10-24 19:15:30 +0000
commitfbcd27907b7d59a1fef7cbff5c9710f7e0b2bc67 (patch)
tree812ae6b66173b162149271934192c09e29524d9a /crypto/crypto-lib.com
parenta551bea52e9c73324f309905c87f1eeb8270a7a5 (diff)
External engines aren't in crypto/engine/ any more, so don't try to
build them there. A command procedure to build the external engines is on it's way.
Diffstat (limited to 'crypto/crypto-lib.com')
-rw-r--r--crypto/crypto-lib.com4
1 files changed, 1 insertions, 3 deletions
diff --git a/crypto/crypto-lib.com b/crypto/crypto-lib.com
index 733ac7aaa2..19a79cdb08 100644
--- a/crypto/crypto-lib.com
+++ b/crypto/crypto-lib.com
@@ -217,9 +217,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_rand,tb_cipher,tb_digest,tb_ecdh,"+ -
- "eng_openssl,eng_dyn,eng_cnf,"+ -
- "hw_atalla,hw_cswift,hw_ncipher,hw_nuron,hw_ubsec,"+ -
- "hw_openbsd_dev_crypto,hw_aep,hw_sureware,hw_4758_cca"
+ "eng_openssl,eng_dyn,eng_cnf,eng_cryptodev"
$ LIB_AES = "aes_core,aes_misc,aes_ecb,aes_cbc,aes_cfb,aes_ofb,aes_ctr"
$ LIB_BUFFER = "buffer,buf_err"
$ LIB_BIO = "bio_lib,bio_cb,bio_err,"+ -