Use Botan 3.11.1 for tests

This commit is contained in:
Tobias Brunner
2026-04-01 19:33:09 +02:00
parent 988d777ebb
commit 440b7e7940
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
build_botan()
{
# same revision used in the build recipe of the testing environment
BOTAN_REV=3.10.0
BOTAN_REV=3.11.1
BOTAN_DIR=$DEPS_BUILD_DIR/botan
if test -d "$BOTAN_DIR"; then