From 8f4be526a338d06624f146fa26007bb9dd3a4f7b Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Wed, 6 Oct 2021 15:40:58 +1100 Subject: Disable security key on NetBSD4 test. sk-dummy used for the security key test includes both sha2.h and OpenSSL causing the definitions conflict so disable security key support on this platform. --- .github/configs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/configs b/.github/configs index f28811c1..c2068f27 100755 --- a/.github/configs +++ b/.github/configs @@ -141,7 +141,8 @@ case "${TARGET_HOST}" in ;; nbsd4) # System compiler will ICE on some files with fstack-protector - CONFIGFLAGS="${CONFIGFLAGS} --without-hardening" + # SHA256 functions in sha2.h conflict with OpenSSL's breaking sk-dummy + CONFIGFLAGS="${CONFIGFLAGS} --without-hardening --disable-security-key" ;; sol10|sol11) # sol10 VM is 32bit and the unit tests are slow. -- cgit v1.2.3