Use Botan 2.18.0 for tests

This commit is contained in:
Tobias Brunner
2021-05-07 14:48:17 +02:00
parent f0c25960ed
commit d4c337a42f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
PKG = botan
SRC = https://github.com/randombit/$(PKG).git
REV = 2.17.1
REV = 2.18.0
NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)