diff options
author | zotlabs <mike@macgirvin.com> | 2017-07-25 15:59:58 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-07-25 15:59:58 -0700 |
commit | c24cfbc62af111f18576cfde8e4e920e66c57ff5 (patch) | |
tree | f1f7454a202b959ba82712f8c300f3500195cdfb /include/zot.php | |
parent | ddecbf052eabe92f61091bcd2541190b1037e466 (diff) | |
download | volse-hubzilla-c24cfbc62af111f18576cfde8e4e920e66c57ff5.tar.gz volse-hubzilla-c24cfbc62af111f18576cfde8e4e920e66c57ff5.tar.bz2 volse-hubzilla-c24cfbc62af111f18576cfde8e4e920e66c57ff5.zip |
make signing methods variable and signable
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php index 33cf1d40d..f9682237e 100644 --- a/include/zot.php +++ b/include/zot.php @@ -122,7 +122,8 @@ function zot_build_packet($channel, $type = 'notify', $recipients = null, $remot ], 'callback' => '/post', 'version' => ZOT_REVISION, - 'encryption' => crypto_methods() + 'encryption' => crypto_methods(), + 'signing' => signing_methods() ]; if ($recipients) { |