summaryrefslogtreecommitdiffstats
path: root/crypto/engine/eng_all.c
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2002-02-27 22:55:28 +0000
committerGeoff Thorpe <geoff@openssl.org>2002-02-27 22:55:28 +0000
commit92d1bc09cb7240851b4eaf7fd58f150ca40778a9 (patch)
treea2c0a65c9d5919c870ab156666b8a0e67b507c96 /crypto/engine/eng_all.c
parentd62bfb39cd1d41856b82a76158483df12bcab7d6 (diff)
This adds a new ENGINE to support IBM 4758 cards, contributed by Maurice
Gittens.
Diffstat (limited to 'crypto/engine/eng_all.c')
-rw-r--r--crypto/engine/eng_all.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/engine/eng_all.c b/crypto/engine/eng_all.c
index 53866b0d69..b3030fe505 100644
--- a/crypto/engine/eng_all.c
+++ b/crypto/engine/eng_all.c
@@ -92,6 +92,9 @@ void ENGINE_load_builtin_engines(void)
#ifndef OPENSSL_NO_HW_SUREWARE
ENGINE_load_sureware();
#endif
+#ifndef OPENSSL_NO_HW_4758_CCA
+ ENGINE_load_4758cca();
+#endif
#ifdef OPENSSL_OPENBSD_DEV_CRYPTO
ENGINE_load_openbsd_dev_crypto();
#endif