From c7264ff6d759df579cdeb75bc34b199ade530323 Mon Sep 17 00:00:00 2001 From: Jacob Barthelmeh Date: Mon, 12 Oct 2015 09:25:54 -0600 Subject: [PATCH] enable ecc with stunnel --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index bbf5205f9..198c8e77d 100644 --- a/configure.ac +++ b/configure.ac @@ -1888,6 +1888,7 @@ then if test "x$ENABLED_ECC" = "xno" then ENABLED_OPENSSLEXTRA="yes" + ENABLED_ECC="yes" AM_CFLAGS="$AM_CFLAGS -DHAVE_ECC -DTFM_ECC256 -DECC_SHAMIR" AM_CONDITIONAL([BUILD_ECC], [test "x$ENABLED_ECC" = "xyes"]) fi