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
+1 -2
View File
@@ -2,8 +2,7 @@
PKG = botan
SRC = https://github.com/randombit/$(PKG).git
# will have to be changed to the 2.8.0 tag later
REV = 1872f899716854927ecc68022fac318735be8824
REV = 2.8.0
NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)