Use Botan 3.6.1 for tests
With 3.6.0 support for ML-KEM was added.
This commit is contained in:
+1
-1
@@ -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=3.3.0
|
BOTAN_REV=3.6.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
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
PKG = botan
|
PKG = botan
|
||||||
SRC = https://github.com/randombit/$(PKG).git
|
SRC = https://github.com/randombit/$(PKG).git
|
||||||
REV = 3.3.0
|
REV = 3.6.1
|
||||||
|
|
||||||
NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)
|
NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)
|
||||||
|
|
||||||
@@ -10,7 +10,7 @@ NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)
|
|||||||
CONFIG_OPTS = \
|
CONFIG_OPTS = \
|
||||||
--without-os-features=threads \
|
--without-os-features=threads \
|
||||||
--disable-modules=locking_allocator \
|
--disable-modules=locking_allocator \
|
||||||
--disable-modules=pkcs11,tls,x509,xmss \
|
--disable-modules=pkcs11,tls,x509,xmss
|
||||||
|
|
||||||
all: install
|
all: install
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user