Use Botan 2.19.1 for tests

This commit is contained in:
Tobias Brunner
2022-01-24 17:30:33 +01:00
parent 57d6e96943
commit 1bb05006d3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
build_botan() build_botan()
{ {
# same revision used in the build recipe of the testing environment # same revision used in the build recipe of the testing environment
BOTAN_REV=c55f5d42650b # 2.18.2 + fix for SHA-3 compilation issue BOTAN_REV=2.19.1
BOTAN_DIR=$DEPS_BUILD_DIR/botan BOTAN_DIR=$DEPS_BUILD_DIR/botan
if test -d "$BOTAN_DIR"; then if test -d "$BOTAN_DIR"; then
+1 -1
View File
@@ -2,7 +2,7 @@
PKG = botan PKG = botan
SRC = https://github.com/randombit/$(PKG).git SRC = https://github.com/randombit/$(PKG).git
REV = 2.18.2 REV = 2.19.1
NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN) NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)