This adds a new ENGINE to support IBM 4758 cards, contributed by Maurice
[openssl.git] / crypto / engine / eng_all.c
index 53866b0d69c2d95140607097d27162a07ccf5f66..b3030fe5053b08a70d254f26816a7d7e32f7c414 100644 (file)
@@ -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