Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
julek-wolfssl committed Nov 27, 2024
1 parent 033a2a0 commit b0a2008
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4498,6 +4498,7 @@ AC_ARG_ENABLE([tlsv12],
if test "$ENABLED_CRYPTONLY" = "yes"
then
ENABLED_TLSV12=no
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_RW_THREADED"
fi
if test "$ENABLED_TLSV12" = "no"
then
Expand Down Expand Up @@ -6450,7 +6451,7 @@ then
fi
if test "$ENABLED_TLS13" = "yes"
then
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_TLS13 -DHAVE_TLS_EXTENSIONS"
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_TLS13 -DHAVE_TLS_EXTENSIONS -DWOLFSSL_RW_THREADED"
fi
Expand Down

0 comments on commit b0a2008

Please sign in to comment.