Make all engines available in the openssl application.
[openssl.git] / apps / openssl.c
index 4f61006b73bf95bf0bbb11f4709980fd44d044c6..cbb77b0c0a8404c9ea2e034441bdca5a2387f90b 100644 (file)
@@ -112,6 +112,7 @@ int main(int Argc, char *Argv[])
                        BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
 
        ERR_load_crypto_strings();
+       ENGINE_load_builtin_engines();
 
        /* Lets load up our environment a little */
        p=getenv("OPENSSL_CONF");