From 3914721463f70500ecc1f59312b122d8788465cf Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Wed, 24 Jun 2020 00:20:45 +0000 Subject: Import ntp-4.2.8p15. Security: ntp bug 3661 --- libntp/a_md5encrypt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libntp/a_md5encrypt.c') diff --git a/libntp/a_md5encrypt.c b/libntp/a_md5encrypt.c index 8c046f4e93c9a..57100de3a86e4 100644 --- a/libntp/a_md5encrypt.c +++ b/libntp/a_md5encrypt.c @@ -93,7 +93,7 @@ make_mac( } cmac_fail: if (ctx) - CMAC_CTX_cleanup(ctx); + CMAC_CTX_free(ctx); } else # endif /*ENABLE_CMAC*/ -- cgit v1.2.3