X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fcrypto.php;h=dfc44c1792dfc4f056e7cc05cbe935a374a42f61;hb=343f22e02fc9540f41c61c318c554505d730e699;hp=4600e7291b7c3ec27622bbb4af64c02f5dfcb22c;hpb=7cd795d795286c99f52c7fdc689912cdf52fd5c2;p=friendica.git diff --git a/include/crypto.php b/include/crypto.php index 4600e7291b..dfc44c1792 100644 --- a/include/crypto.php +++ b/include/crypto.php @@ -1,5 +1,7 @@ false ); - $conf = get_config('system', 'openssl_conf_file'); + $conf = Config::get('system', 'openssl_conf_file'); if ($conf) { $openssl_options['config'] = $conf; }