crank SSH_SK_VERSION_MAJOR in sk-dummy.so

This commit is contained in:
Damien Miller 2022-07-20 13:39:14 +10:00
parent f208e3b9ff
commit c46f6fed41
1 changed files with 1 additions and 1 deletions

View File

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