summaryrefslogtreecommitdiff
path: root/src/sp_crypt.c
diff options
context:
space:
mode:
authorxXx-caillou-xXx2018-08-30 17:14:08 +0200
committerjvoisin2018-08-30 15:14:08 +0000
commit206ffa3fb3fd72c6a2eb45194fb176535a91288c (patch)
tree23a25d83c4ca878861f413a0d5df2ad77c7dadaf /src/sp_crypt.c
parentb3f67a16094168cc334f5da93a86f09476e01601 (diff)
Minor code cleanup
Diffstat (limited to 'src/sp_crypt.c')
-rw-r--r--src/sp_crypt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sp_crypt.c b/src/sp_crypt.c
index f4d1799..8336973 100644
--- a/src/sp_crypt.c
+++ b/src/sp_crypt.c
@@ -31,8 +31,7 @@ void generate_key(unsigned char *key) {
31 "cookie_encryption", 31 "cookie_encryption",
32 "The environment variable '%s' " 32 "The environment variable '%s' "
33 "is empty, cookies are weakly encrypted", 33 "is empty, cookies are weakly encrypted",
34 ZSTR_VAL( 34 ZSTR_VAL(env_var_zend));
35 SNUFFLEUPAGUS_G(config).config_snuffleupagus->cookies_env_var));
36 } 35 }
37 36
38 if (encryption_key) { 37 if (encryption_key) {