Compare commits

..

No commits in common. "287ef047a9f4213f377302e6cb70d52a6427878a" and "f8e6fd30de25fa350f55bf1dc1e0c02b1c50460b" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -515,7 +515,7 @@ if test x$gmp = xtrue -o x$ntru = xtrue -o x$bliss = xtrue; then
mgf1=true
fi
if test x$stroke = xtrue -o x$vici = xtrue; then
if test x$stroke = xtrue; then
counters=true
fi

View File

@ -69,7 +69,7 @@ build_wolfssl()
build_tss2()
{
TSS2_REV=3.2.3
TSS2_REV=3.2.2
TSS2_PKG=tpm2-tss-$TSS2_REV
TSS2_DIR=$DEPS_BUILD_DIR/$TSS2_PKG
TSS2_SRC=https://github.com/tpm2-software/tpm2-tss/releases/download/$TSS2_REV/$TSS2_PKG.tar.gz