From: Dr. Stephen Henson Date: Thu, 10 Aug 2017 15:45:18 +0000 (+0100) Subject: Fix no-ec X-Git-Tag: OpenSSL_1_1_1-pre1~867 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=f50b5f37a328d354b6e1d5ac44a352ef8c3d90c8 Fix no-ec Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/4134) --- diff --git a/test/ectest.c b/test/ectest.c index fb6027b8e5..80e10013a8 100644 --- a/test/ectest.c +++ b/test/ectest.c @@ -1452,5 +1452,7 @@ int setup_tests(void) void cleanup_tests(void) { +#ifndef OPENSSL_NO_EC OPENSSL_free(curves); +#endif }