mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
Use Botan 3.2.0 for tests
This includes a change that allows checking EC keys for explicit param encoding.
This commit is contained in:
parent
0b989c7b20
commit
578b561a22
@ -4,7 +4,7 @@
|
||||
build_botan()
|
||||
{
|
||||
# same revision used in the build recipe of the testing environment
|
||||
BOTAN_REV=3.1.1
|
||||
BOTAN_REV=3.2.0
|
||||
BOTAN_DIR=$DEPS_BUILD_DIR/botan
|
||||
|
||||
if test -d "$BOTAN_DIR"; then
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PKG = botan
|
||||
SRC = https://github.com/randombit/$(PKG).git
|
||||
REV = 3.1.1
|
||||
REV = 3.2.0
|
||||
|
||||
NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user