define WOLFSSL_ALT_NAMES in --enable-jni build

pull/6585/head
Chris Conlon 2023-07-06 15:06:32 -06:00
parent ea7ea356a0
commit a8ed78e012
1 changed files with 3 additions and 0 deletions

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"