aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-02-17 18:14:29 +0000
committerMario <mario@mariovavti.com>2021-02-17 18:14:29 +0000
commit27577824de3918c2f44c236916f3b2faeb92ec4f (patch)
tree38447dac5a54d6d076f7220f53b01d02d054f70a /Zotlabs/Lib
parent281b2261aff9919e208562466e7969ccae26d9a0 (diff)
downloadvolse-hubzilla-27577824de3918c2f44c236916f3b2faeb92ec4f.tar.gz
volse-hubzilla-27577824de3918c2f44c236916f3b2faeb92ec4f.tar.bz2
volse-hubzilla-27577824de3918c2f44c236916f3b2faeb92ec4f.zip
fix php8 issue in include/oembed and unencapsulate for zot_refresh()
Diffstat (limited to 'Zotlabs/Lib')
-rw-r--r--Zotlabs/Lib/Crypto.php3
1 files changed, 2 insertions, 1 deletions
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
];