Skip to content

Commit

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

0 comments on commit 5cc000f

Please sign in to comment.