Use Botan 3.6.1 for tests

With 3.6.0 support for ML-KEM was added.
This commit is contained in:
Tobias Brunner
2024-11-22 14:03:17 +01:00
parent ebdaab6861
commit 974f9c37df
2 changed files with 3 additions and 3 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.3.0
BOTAN_REV=3.6.1
BOTAN_DIR=$DEPS_BUILD_DIR/botan
if test -d "$BOTAN_DIR"; then