Use Botan 3.7.1 for tests

This commit is contained in:
Tobias Brunner
2025-02-05 14:14:40 +01:00
parent c2e5c00df3
commit 36c1cb4f8c
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.6.1
REV = 3.7.1
NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)