Use Botan 2.12.0 for tests

This commit is contained in:
Tobias Brunner
2019-10-07 14:31:40 +02:00
parent 7c74ce9190
commit 0736882678
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.11.0
BOTAN_REV=2.12.0
BOTAN_DIR=$TRAVIS_BUILD_DIR/../botan
if test -d "$BOTAN_DIR"; then