define WOLFSSL_ALT_NAMES in --enable-jni build

This commit is contained in:
Chris Conlon
2023-07-06 15:06:32 -06:00
parent ea7ea356a0
commit a8ed78e012

View File

@ -5839,6 +5839,9 @@ then
ENABLED_ALPN="yes"
AM_CFLAGS="$AM_CFLAGS -DHAVE_ALPN"
fi
# cert gen requires alt names
ENABLED_ALTNAMES="yes"
fi
if test "$ENABLED_LIGHTY" = "yes"