aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2013-08-22 15:36:04 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2013-08-22 15:36:04 +0100
commit7d2af49e0f344d78dc68d16f3db318be35430b38 (patch)
treec39e9a117aa7fc838bd68ae2d14e1cc36862ae95 /src/main.c
parent8c6093d121a50bccaaba0ee0b731e8803239ae5b (diff)
downloadrspamd-7d2af49e0f344d78dc68d16f3db318be35430b38.tar.gz
rspamd-7d2af49e0f344d78dc68d16f3db318be35430b38.zip
Add test for signature checking in rcl.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 4d6adbce1..cab81c10e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -997,6 +997,7 @@ perform_configs_sign (void)
}
/* Cleanup */
+ EVP_MD_CTX_destroy (sign_ctx);
EVP_PKEY_CTX_free (key_ctx);
EVP_PKEY_free (key);
BIO_free (fbio);