Use wolfSSL 5.6.2 for tests

ECC keys can now be smaller so we can't access the private key directly
anymore.
This commit is contained in:
Tobias Brunner
2023-06-13 10:13:29 +02:00
parent 4e1dc0a224
commit 43975f33ef
3 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
PKG = wolfssl
SRC = https://github.com/wolfSSL/$(PKG).git
REV = v5.6.0-stable
REV = v5.6.2-stable
NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)