From 9aff43948bd42e2427e1420a744ba8f381200538 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 28 Jul 2025 10:30:02 +0200 Subject: [PATCH] github: Use AWS-LC 1.56.0 for tests --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index 5ca7e0de79..e283152900 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -132,7 +132,7 @@ build_openssl() build_awslc() { - LC_REV=1.55.0 + LC_REV=1.56.0 LC_PKG=aws-lc-$LC_REV LC_DIR=$DEPS_BUILD_DIR/$LC_PKG LC_SRC=https://github.com/aws/aws-lc/archive/refs/tags/v${LC_REV}.tar.gz -- 2.47.2