diff options
Diffstat (limited to 'src/lua/lua_cryptobox.c')
-rw-r--r-- | src/lua/lua_cryptobox.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lua/lua_cryptobox.c b/src/lua/lua_cryptobox.c index 5e8cec08c..0e28e52bb 100644 --- a/src/lua/lua_cryptobox.c +++ b/src/lua/lua_cryptobox.c @@ -27,11 +27,7 @@ */ #include "lua_common.h" -#include "cryptobox.h" -#include "keypair.h" #include "unix-std.h" -#include <openssl/evp.h> -#include <openssl/hmac.h> struct rspamd_lua_cryptobox_hash { rspamd_cryptobox_hash_state_t *h; |