]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Sigh, misprint
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 23 Apr 2019 17:41:38 +0000 (18:41 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 23 Apr 2019 17:41:38 +0000 (18:41 +0100)
src/lua/lua_cryptobox.c

index 7f880fe2f080aeb57e43958b7edfa077309d942c..c196a08979c91bd120738a5df9d56a21d484b896 100644 (file)
@@ -934,7 +934,7 @@ lua_cryptobox_hash_dtor (struct rspamd_lua_cryptobox_hash *h)
 #if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
                EVP_MD_CTX_cleanup (h->content.c);
 #else
-               EVP_MD_CTX_reset (h->content.c));
+               EVP_MD_CTX_reset (h->content.c);
 #endif
                EVP_MD_CTX_destroy (h->content.c);
        }