From 810d9e21bcf35c3897718d8eb5a798372656f517 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Sat, 1 Apr 2017 15:30:59 -0700 Subject: use aes-ctr which is slightly/arguably better than a poke in the eye and don't restrict the crypto algorithm by server role. --- boot.php | 7 ------- 1 file changed, 7 deletions(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 1c8901f7b..206ba0bc9 100755 --- a/boot.php +++ b/boot.php @@ -604,10 +604,6 @@ function sys_boot() { define( 'DEFAULT_NOTIFY_ICON', '/images/rm-32.png' ); } - if(! defined('CRYPTO_ALGORITHM')) { - define( 'CRYPTO_ALGORITHM', 'aes256cbc' ); - } - /* * Try to open the database; */ @@ -2300,10 +2296,7 @@ function cert_bad_email() { ) ] ); -<<<<<<< HEAD -======= ->>>>>>> 95f4f14dca1ea982f67cccb31d860f7b8ed9055c } -- cgit v1.2.3