mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-09-25 19:08:56 +02:00
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.
This commit is contained in:
parent
3b353ae58a
commit
8f4be526a3
3
.github/configs
vendored
3
.github/configs
vendored
@ -141,7 +141,8 @@ case "${TARGET_HOST}" in
|
|||||||
;;
|
;;
|
||||||
nbsd4)
|
nbsd4)
|
||||||
# System compiler will ICE on some files with fstack-protector
|
# 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|sol11)
|
||||||
# sol10 VM is 32bit and the unit tests are slow.
|
# sol10 VM is 32bit and the unit tests are slow.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user