git: 67720ca6fbd3 - main - security/wolfssl: add --enable-keying-material configure option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 21 Mar 2026 12:49:16 UTC
The branch main has been updated by fox:
URL: https://cgit.FreeBSD.org/ports/commit/?id=67720ca6fbd3853fd10d05e76e474f1f6efb6d5a
commit 67720ca6fbd3853fd10d05e76e474f1f6efb6d5a
Author: Santhosh Raju <fox@FreeBSD.org>
AuthorDate: 2026-03-21 12:43:11 +0000
Commit: Santhosh Raju <fox@FreeBSD.org>
CommitDate: 2026-03-21 12:43:11 +0000
security/wolfssl: add --enable-keying-material configure option
PR: 293909
Reported by: Matthias Andree <mandree@FreeBSD.org>
---
security/wolfssl/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/security/wolfssl/Makefile b/security/wolfssl/Makefile
index c113d0a7e993..c8d856250111 100644
--- a/security/wolfssl/Makefile
+++ b/security/wolfssl/Makefile
@@ -37,7 +37,8 @@ CONFIGURE_ARGS= --disable-dependency-tracking \
--enable-ssh \
--enable-static \
--enable-tls13 \
- --enable-tls13-draft18
+ --enable-tls13-draft18 \
+ --enable-keying-material
TEST_TARGET= check
CFLAGS+= -DWOLFSSL_ALT_NAMES -DWOLFSSL_GETRANDOM=1 -DWOLFSSL_TLS13_MIDDLEBOX_COMPAT
CFLAGS_i386= -DWOLFSSL_SHA224