increment SSH_SK_VERSION_MAJOR to match last change
authordjm <djm@openbsd.org>
Thu, 28 Oct 2021 02:55:30 +0000 (02:55 +0000)
committerdjm <djm@openbsd.org>
Thu, 28 Oct 2021 02:55:30 +0000 (02:55 +0000)
regress/usr.bin/ssh/misc/sk-dummy/sk-dummy.c

index 579efca..dc95ebe 100644 (file)
@@ -44,7 +44,7 @@
        } while (0)
 #endif
 
-#if SSH_SK_VERSION_MAJOR != 0x00070000
+#if SSH_SK_VERSION_MAJOR != 0x00080000
 # error SK API has changed, sk-dummy.c needs an update
 #endif