Bump the sudo plugin minor version.

The "update_ticket" entry was added to the settings list and the
"intercept_verify" entry was added to the command_info list.
This commit is contained in:
Todd C. Miller
2022-08-02 14:28:29 -06:00
parent 556dacf1ff
commit 9c61d7e6e9
4 changed files with 19 additions and 6 deletions

View File

@@ -360,7 +360,7 @@ sudo_terminated(struct command_status *cstat)
debug_return_bool(false);
}
#if SUDO_API_VERSION != SUDO_API_MKVERSION(1, 19)
#if SUDO_API_VERSION != SUDO_API_MKVERSION(1, 20)
# error "Update sudo_needs_pty() after changing the plugin API"
#endif
static bool