From: Michael Date: Sun, 3 Mar 2019 07:05:57 +0000 (+0000) Subject: Added forgotten "use" X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=888e2ce2a969f25c8c32e057dc0f8a17421fbc71;p=friendica.git Added forgotten "use" --- diff --git a/src/Util/Crypto.php b/src/Util/Crypto.php index 54c3049ca7..1e4672887e 100644 --- a/src/Util/Crypto.php +++ b/src/Util/Crypto.php @@ -7,6 +7,7 @@ namespace Friendica\Util; use Friendica\Core\Config; use Friendica\Core\Hook; use Friendica\Core\Logger; +use Friendica\Core\System; use ASN_BASE; use ASNValue;