Use Botan 2.18.2 for tests

This commit is contained in:
Tobias Brunner
2021-10-29 09:07:38 +02:00
parent bcbf1862d7
commit e19eb070fa
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=2.18.0
BOTAN_REV=c55f5d42650b # 2.18.2 + fix for SHA-3 compilation issue
BOTAN_DIR=$DEPS_BUILD_DIR/botan
if test -d "$BOTAN_DIR"; then