From 206ffa3fb3fd72c6a2eb45194fb176535a91288c Mon Sep 17 00:00:00 2001 From: xXx-caillou-xXx Date: Thu, 30 Aug 2018 17:14:08 +0200 Subject: Minor code cleanup --- src/sp_crypt.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/sp_crypt.c') 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) { "cookie_encryption", "The environment variable '%s' " "is empty, cookies are weakly encrypted", - ZSTR_VAL( - SNUFFLEUPAGUS_G(config).config_snuffleupagus->cookies_env_var)); + ZSTR_VAL(env_var_zend)); } if (encryption_key) { -- cgit v1.3