Use Botan 3.6.1 for tests

With 3.6.0 support for ML-KEM was added.
This commit is contained in:
Tobias Brunner
2024-11-22 14:03:17 +01:00
parent ebdaab6861
commit 974f9c37df
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
PKG = botan
SRC = https://github.com/randombit/$(PKG).git
REV = 3.3.0
REV = 3.6.1
NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)
@@ -10,7 +10,7 @@ NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)
CONFIG_OPTS = \
--without-os-features=threads \
--disable-modules=locking_allocator \
--disable-modules=pkcs11,tls,x509,xmss \
--disable-modules=pkcs11,tls,x509,xmss
all: install