Allow ENGINE client cert callback to specify a set of other certs, for
[openssl.git] / crypto / engine / eng_all.c
index fb01ca8972edafdd7deb8c6d165041f3f3a0ffe9..a6f5499340a93f12d0ac5c2fe83444d61e72545f 100644 (file)
@@ -108,6 +108,9 @@ void ENGINE_load_builtin_engines(void)
 #ifndef OPENSSL_NO_GMP
        ENGINE_load_gmp();
 #endif
+#if defined(OPENSSL_SYS_WIN32) && !defined(OPENSSL_NO_CAPIENG)
+       ENGINE_load_capi();
+#endif
 #endif
        }