upstream: increment SSH_SK_VERSION_MAJOR to match last change

OpenBSD-Regress-ID: 17873814d1cbda97f49c8528d7b5ac9cadf6ddc0
This commit is contained in:
djm@openbsd.org 2021-10-28 02:55:30 +00:00 committed by Damien Miller
parent 0001d04e55
commit c5de1fffa6
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
/* #define SK_DEBUG 1 */
#if SSH_SK_VERSION_MAJOR != 0x00070000
#if SSH_SK_VERSION_MAJOR != 0x00080000
# error SK API has changed, sk-dummy.c needs an update
#endif