Remove unnecessary code from init_openssl after update new OpenSSL package.

This commit is contained in:
PaulEU 2014-07-29 23:44:47 +02:00
parent a23f3a86be
commit eae493a8c1

View file

@ -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;
}