mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-04-08 18:35:05 +02:00
Skip ECDSA-SK webauthn test when built w/out ECC
This commit is contained in:
parent
3ec9a6d731
commit
62c81ef531
@ -127,10 +127,12 @@ tests(void)
|
||||
check_sig("ed25519_sk.pub", "ed25519_sk.sig", msg, namespace);
|
||||
TEST_DONE();
|
||||
|
||||
#if defined(WITH_OPENSSL) && defined(OPENSSL_HAS_ECC)
|
||||
TEST_START("check ECDSA-SK webauthn signature");
|
||||
check_sig("ecdsa_sk_webauthn.pub", "ecdsa_sk_webauthn.sig",
|
||||
msg, namespace);
|
||||
TEST_DONE();
|
||||
#endif
|
||||
|
||||
sshbuf_free(msg);
|
||||
free(namespace);
|
||||
|
Loading…
x
Reference in New Issue
Block a user