upstream: dummy firmware needs to match API version numner crank (for

verify-required resident keys) even though it doesn't implement this feature

OpenBSD-Regress-ID: 86579ea2891e18e822e204413d011b2ae0e59657
This commit is contained in:
djm@openbsd.org 2020-08-27 01:15:36 +00:00 committed by Damien Miller
parent c1e76c6495
commit 9cbbdc12cb
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
} while (0)
#endif
#if SSH_SK_VERSION_MAJOR != 0x00050000
#if SSH_SK_VERSION_MAJOR != 0x00060000
# error SK API has changed, sk-dummy.c needs an update
#endif