From 065f4f64f16ea0df8a34a9dd59b7f120976b783d Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sun, 4 Dec 2016 22:55:52 +0000 Subject: [PATCH] [Minor] Remove unused global var --- src/lua/lua_cfg_file.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/lua/lua_cfg_file.c b/src/lua/lua_cfg_file.c index b53606470..c11c7224c 100644 --- a/src/lua/lua_cfg_file.c +++ b/src/lua/lua_cfg_file.c @@ -256,13 +256,6 @@ rspamd_lua_check_condition (struct rspamd_config *cfg, const gchar *condition) lua_setglobal (L, "osrelease"); #endif -#ifdef HAVE_OPENSSL - lua_pushboolean (L, TRUE); -#else - lua_pushboolean (L, FALSE); -#endif - lua_setglobal (L, "rspamd_supports_rsa"); - /* Rspamd paths */ lua_newtable (L); rspamd_lua_table_set (L, "confdir", RSPAMD_CONFDIR); -- 2.39.5