From: Adam Magness Date: Sat, 30 Dec 2017 17:44:43 +0000 (-0500) Subject: ASNValue X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0131fd57451669bbf8fe1d0d199c168f3de6d7b9;p=friendica.git ASNValue add missing ASNValue --- diff --git a/src/Util/Crypto.php b/src/Util/Crypto.php index c63149e5fa..677697b1ec 100644 --- a/src/Util/Crypto.php +++ b/src/Util/Crypto.php @@ -6,6 +6,7 @@ namespace Friendica\Util; use Friendica\Core\Config; use ASN_BASE; +use ASNValue; require_once 'library/ASNValue.class.php'; require_once 'library/asn1.php';