aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-04-01 15:30:59 -0700
committerzotlabs <mike@macgirvin.com>2017-04-01 15:30:59 -0700
commit810d9e21bcf35c3897718d8eb5a798372656f517 (patch)
tree2e36921ad52aa450c3a98bdb7d80af1521645097 /boot.php
parent7256579c168fbda8e8d5fc8a0e9de179fa27534c (diff)
downloadvolse-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-xboot.php7
1 files changed, 0 insertions, 7 deletions
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
}