Use Botan 2.17.1 for tests

This commit is contained in:
Tobias Brunner
2020-11-27 12:05:22 +01:00
parent 1c2f5eea2c
commit 29c59885ca
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.16.0
BOTAN_REV=2.17.1
BOTAN_DIR=$DEPS_BUILD_DIR/botan
if test -d "$BOTAN_DIR"; then