From 27577824de3918c2f44c236916f3b2faeb92ec4f Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 17 Feb 2021 18:14:29 +0000 Subject: fix php8 issue in include/oembed and unencapsulate for zot_refresh() --- Zotlabs/Lib/Crypto.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Zotlabs/Lib') diff --git a/Zotlabs/Lib/Crypto.php b/Zotlabs/Lib/Crypto.php index 7c4654ec0..f1794ae64 100644 --- a/Zotlabs/Lib/Crypto.php +++ b/Zotlabs/Lib/Crypto.php @@ -12,7 +12,8 @@ class Crypto { ['aes256ctr', 'aes-256-ctr', 32, 16], ['camellia256cfb', 'camellia-256-cfb', 32, 16], - ['cast5cfb', 'cast5-cfb', 16, 8] + ['cast5cfb', 'cast5-cfb', 16, 8], + ['aes256cbc', 'aes-256-cbc', 32, 16] // remove after legacy zot has been sunset ]; -- cgit v1.2.3