Fix for Lighttpd 1.4.49, which requires HAVE_EX_DATA.

This commit is contained in:
David Garske 2018-09-25 15:14:57 -07:00
parent 3be25441fa
commit d7249068db

View File

@ -3160,7 +3160,7 @@ then
fi
fi
if test "$ENABLED_NGINX" = "yes"|| test "x$ENABLED_HAPROXY" = "xyes"
if test "$ENABLED_NGINX" = "yes"|| test "x$ENABLED_HAPROXY" = "xyes" || test "x$ENABLED_LIGHTY" = "xyes"
then
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_ALWAYS_VERIFY_CB"
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_ALWAYS_KEEP_SNI"