Skip to content

Commit

Permalink
WOLFSSL_ALWAYS_KEEP_SNI enabled by default with --enable-jni
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruby Martin committed Dec 12, 2024
1 parent dd30126 commit 40520f4
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 @@ -6848,6 +6848,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 40520f4

Please sign in to comment.