mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-02-04 01:05:05 +01:00
Merge pull request #3022 from cconlon/jnisni
enable SNI by default for JNI/JSSE build
This commit is contained in:
@@ -3515,6 +3515,11 @@ then
|
||||
ENABLED_CERTGEN="yes"
|
||||
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_CERT_GEN"
|
||||
fi
|
||||
if test "x$ENABLED_SNI" = "xno"
|
||||
then
|
||||
ENABLED_SNI="yes"
|
||||
AM_CFLAGS="$AM_CFLAGS -DHAVE_TLS_EXTENSIONS -DHAVE_SNI"
|
||||
fi
|
||||
fi
|
||||
|
||||
# lighty Support
|
||||
|
||||
Reference in New Issue
Block a user