aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-04-02 16:44:44 -0700
committerzotlabs <mike@macgirvin.com>2017-04-02 16:44:44 -0700
commita76ad1478fb8cbc7914e94a24c7942de429c8445 (patch)
treed43cdf14bf2fbb319d8d94a496301a4478ea9731 /include/zot.php
parent95f4f14dca1ea982f67cccb31d860f7b8ed9055c (diff)
downloadvolse-hubzilla-a76ad1478fb8cbc7914e94a24c7942de429c8445.tar.gz
volse-hubzilla-a76ad1478fb8cbc7914e94a24c7942de429c8445.tar.bz2
volse-hubzilla-a76ad1478fb8cbc7914e94a24c7942de429c8445.zip
crypto updates
Diffstat (limited to 'include/zot.php')
-rw-r--r--include/zot.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/zot.php b/include/zot.php
index 8a2178913..b3999920f 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -165,9 +165,6 @@ function zot_build_packet($channel, $type = 'notify', $recipients = null, $remot
function zot_best_algorithm($methods) {
- if(\Zotlabs\Lib\System::get_server_role() !== 'pro')
- return 'aes256cbc';
-
$x = [ 'methods' => $methods, 'result' => '' ];
call_hooks('zot_best_algorithm',$x);
if($x['result'])