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:
parent
c1e76c6495
commit
9cbbdc12cb
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue