diff options
Diffstat (limited to 'src/sp_crypt.c')
| -rw-r--r-- | src/sp_crypt.c | 3 |
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) { |
