diff options
author | zotlabs <mike@macgirvin.com> | 2017-04-01 15:30:59 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-04-01 15:30:59 -0700 |
commit | 810d9e21bcf35c3897718d8eb5a798372656f517 (patch) | |
tree | 2e36921ad52aa450c3a98bdb7d80af1521645097 /boot.php | |
parent | 7256579c168fbda8e8d5fc8a0e9de179fa27534c (diff) | |
download | volse-hubzilla-810d9e21bcf35c3897718d8eb5a798372656f517.tar.gz volse-hubzilla-810d9e21bcf35c3897718d8eb5a798372656f517.tar.bz2 volse-hubzilla-810d9e21bcf35c3897718d8eb5a798372656f517.zip |
use aes-ctr which is slightly/arguably better than a poke in the eye and don't restrict the crypto algorithm by server role.
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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 } |