mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 00:04:30 +02:00
Skip security key tests if ENABLE_SK not set.
This commit is contained in:
parent
4da393f87c
commit
c13403e55d
@ -522,7 +522,9 @@ fi
|
||||
rm -f $OBJ/known_hosts $OBJ/authorized_keys_$USER
|
||||
|
||||
SSH_SK_PROVIDER=
|
||||
if [ -f "${SRC}/misc/sk-dummy/obj/sk-dummy.so" ] ; then
|
||||
if ! config_defined ENABLE_SK; then
|
||||
trace skipping sk-dummy
|
||||
elif [ -f "${SRC}/misc/sk-dummy/obj/sk-dummy.so" ] ; then
|
||||
SSH_SK_PROVIDER="${SRC}/misc/sk-dummy/obj/sk-dummy.so"
|
||||
elif [ -f "${SRC}/misc/sk-dummy/sk-dummy.so" ] ; then
|
||||
SSH_SK_PROVIDER="${SRC}/misc/sk-dummy/sk-dummy.so"
|
||||
|
Loading…
x
Reference in New Issue
Block a user