aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-03-18 14:55:28 +0100
committerMario <mario@mariovavti.com>2021-03-18 14:55:28 +0100
commit7472b96c95d81bbe2a6032b7dcfef5c45fbb1f6d (patch)
tree6a86c97bc9081f63e2e41c107dbc4c2ade1a1479 /Zotlabs
parent3ba42d3dcf252cd2c07f2f1b9c0b7d54cce759c9 (diff)
parentf0cce1c902d705a7c6c15e23333b36a0c0ab4bf9 (diff)
downloadvolse-hubzilla-7472b96c95d81bbe2a6032b7dcfef5c45fbb1f6d.tar.gz
volse-hubzilla-7472b96c95d81bbe2a6032b7dcfef5c45fbb1f6d.tar.bz2
volse-hubzilla-7472b96c95d81bbe2a6032b7dcfef5c45fbb1f6d.zip
Merge branch 'air' of https://framagit.org/hubzilla/core into air
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Web/HTTPSig.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Web/HTTPSig.php b/Zotlabs/Web/HTTPSig.php
index 2535c9016..35b18c763 100644
--- a/Zotlabs/Web/HTTPSig.php
+++ b/Zotlabs/Web/HTTPSig.php
@@ -250,7 +250,7 @@ class HTTPSig {
static function convertKey($key) {
if(strstr($key,'RSA ')) {
- return rsatopem($key);
+ return Keyutils::rsaToPem($key);
}
elseif(substr($key,0,5) === 'data:') {
return Keyutils::convertSalmonKey($key);