enable ecc with stunnel

This commit is contained in:
Jacob Barthelmeh
2015-10-12 09:25:54 -06:00
parent 2840fb47ef
commit c7264ff6d7

View File

@@ -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