More CryptoAPI engine code from stable branch.
[openssl.git] / crypto / engine / eng_all.c
index fb01ca8972edafdd7deb8c6d165041f3f3a0ffe9..80edead3baa024420799009a6a8ce97b1b7d8bea 100644 (file)
@@ -108,6 +108,9 @@ void ENGINE_load_builtin_engines(void)
 #ifndef OPENSSL_NO_GMP
        ENGINE_load_gmp();
 #endif
 #ifndef OPENSSL_NO_GMP
        ENGINE_load_gmp();
 #endif
+#endif
+#if defined(OPENSSL_SYS_WIN32) && !defined(OPENSSL_NO_CAPIENG)
+       ENGINE_load_capi();
 #endif
        }
 
 #endif
        }