From 888e2ce2a969f25c8c32e057dc0f8a17421fbc71 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 3 Mar 2019 07:05:57 +0000 Subject: [PATCH] Added forgotten "use" --- src/Util/Crypto.php | 1 + 1 file changed, 1 insertion(+) 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;