From: Vsevolod Stakhov Date: Tue, 23 Apr 2019 17:41:38 +0000 (+0100) Subject: [Minor] Sigh, misprint X-Git-Tag: 1.9.3~77 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9de28291a58ff002ef2e9301ec7f558f1679effc;p=rspamd.git [Minor] Sigh, misprint --- diff --git a/src/lua/lua_cryptobox.c b/src/lua/lua_cryptobox.c index 7f880fe2f..c196a0897 100644 --- a/src/lua/lua_cryptobox.c +++ b/src/lua/lua_cryptobox.c @@ -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); }