Skip to content

Commit

Permalink
Merge pull request #7557 from cconlon/jniSessionCerts
Browse files Browse the repository at this point in the history
Update --enable-jni to define SESSION_CERTS for wolfJSSE
  • Loading branch information
dgarske committed May 22, 2024
2 parents cb0048d + 8f1029f commit 24f581f
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 24f581f

Please sign in to comment.