Skip to content

Commit

Permalink
Update --enable-jni to define SESSION_CERTS for wolfJSSE
Browse files Browse the repository at this point in the history
  • Loading branch information
cconlon committed May 17, 2024
1 parent 2d5e840 commit 8f1029f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6480,6 +6480,12 @@ then
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_ALT_CERT_CHAINS"
fi
if test "x$ENABLED_SESSIONCERTS" = "xno"
then
ENABLED_SESSIONCERTS="yes"
AM_CFLAGS="$AM_CFLAGS -DSESSION_CERTS"
fi
# cert gen requires alt names
ENABLED_ALTNAMES="yes"
fi
Expand Down

0 comments on commit 8f1029f

Please sign in to comment.