Use Botan 3.3.0 for tests

This commit is contained in:
Tobias Brunner
2024-02-22 13:49:46 +01:00
parent 4be75c5ab1
commit b7fdc10a3c
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 = 3.2.0
REV = 3.3.0
NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)