If build with libcrypto, load the openssl engine

This commit is contained in:
Love Hornquist Astrand
2010-06-01 17:17:21 -07:00
parent de4cee4dd7
commit 2527594a5c

View File

@@ -211,6 +211,9 @@ main(int argc, char **argv)
argv += idx;
OpenSSL_add_all_algorithms();
#ifdef OPENSSL
ENGINE_load_openssl();
#endif
ENGINE_load_builtin_engines();
if (argc == 0) {