Skip to content

Commit

Permalink
Merge pull request #8283 from rlm2002/enableAlwaysKeepSNI
Browse files Browse the repository at this point in the history
WOLFSSL_ALWAYS_KEEP_SNI enabled by default with --enable-jni
  • Loading branch information
JacobBarthelmeh authored Dec 13, 2024
2 parents 79d9b2d + b34a39a commit e76e0e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6857,6 +6857,7 @@ then
AM_CFLAGS="$AM_CFLAGS -DHAVE_EX_DATA"
AM_CFLAGS="$AM_CFLAGS -DKEEP_PEER_CERT"
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_ALWAYS_VERIFY_CB"
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_ALWAYS_KEEP_SNI"
# Enable prereqs if not already enabled
if test "x$ENABLED_DTLS" = "xno"
Expand Down

0 comments on commit e76e0e3

Please sign in to comment.