upstream: adapt to SSH_SK_VERSION_MAJOR crank

OpenBSD-Regress-ID: 0f3e76bdc8f9dbd9d22707c7bdd86051d5112ab8
This commit is contained in:
djm@openbsd.org 2020-09-09 03:10:21 +00:00 committed by Damien Miller
parent 9afe2a1508
commit bbf20ac806

View File

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