Remove unnecessary code from init_openssl after update new OpenSSL package.
This commit is contained in:
parent
a23f3a86be
commit
eae493a8c1
1 changed files with 0 additions and 6 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue