If build with libcrypto, load the openssl engine
This commit is contained in:
@@ -211,6 +211,9 @@ main(int argc, char **argv)
|
|||||||
argv += idx;
|
argv += idx;
|
||||||
|
|
||||||
OpenSSL_add_all_algorithms();
|
OpenSSL_add_all_algorithms();
|
||||||
|
#ifdef OPENSSL
|
||||||
|
ENGINE_load_openssl();
|
||||||
|
#endif
|
||||||
ENGINE_load_builtin_engines();
|
ENGINE_load_builtin_engines();
|
||||||
|
|
||||||
if (argc == 0) {
|
if (argc == 0) {
|
||||||
|
Reference in New Issue
Block a user