diff --git a/src/crypto/openssl.cpp b/src/crypto/openssl.cpp index 36a3889..e3044ac 100644 --- a/src/crypto/openssl.cpp +++ b/src/crypto/openssl.cpp @@ -49,12 +49,6 @@ namespace fc int init_openssl() { - auto strAppDir = current_path(); - fc::path appDir(strAppDir); - fc::path openSSLConf = appDir / "openssl.cnf"; - if (fc::exists(openSSLConf)) - fc::store_configuration_path(openSSLConf); - static openssl_scope ossl; return 0; }