Use Botan 2.8.0 for tests

This commit is contained in:
Tobias Brunner
2018-10-30 15:08:31 +01:00
parent a29f70e4fb
commit ae271810dc
2 changed files with 2 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=1872f899716854927ecc68022fac318735be8824
BOTAN_REV=2.8.0
BOTAN_DIR=$TRAVIS_BUILD_DIR/../botan
if test -d "$BOTAN_DIR"; then