From 89e5eb72135248c1559247f1afb173f66d9c7df0 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 19 Feb 2020 10:52:57 +0100 Subject: [PATCH] travis: Bump tpm2-tss to 2.3.3 --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index d0c9a4767..1ea8478f1 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -65,7 +65,7 @@ build_wolfssl() build_tss2() { - TSS2_REV=2.3.1 + TSS2_REV=2.3.3 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