From 1a8106ee0d1dd95ddd10cd7c4d41526d677613b3 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 31 Jan 2023 17:22:44 +0100 Subject: [PATCH] github: Use tpm2-tss 3.2.2 for tests --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index c02e2a72a4..68a3230783 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -69,7 +69,7 @@ build_wolfssl() build_tss2() { - TSS2_REV=3.2.1 + 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 -- 2.47.2