mirror of https://github.com/wolfSSL/wolfssl.git
define WOLFSSL_ALT_NAMES in --enable-jni build
parent
ea7ea356a0
commit
a8ed78e012
|
@ -5839,6 +5839,9 @@ then
|
||||||
ENABLED_ALPN="yes"
|
ENABLED_ALPN="yes"
|
||||||
AM_CFLAGS="$AM_CFLAGS -DHAVE_ALPN"
|
AM_CFLAGS="$AM_CFLAGS -DHAVE_ALPN"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# cert gen requires alt names
|
||||||
|
ENABLED_ALTNAMES="yes"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$ENABLED_LIGHTY" = "yes"
|
if test "$ENABLED_LIGHTY" = "yes"
|
||||||
|
|
Loading…
Reference in New Issue