From: Todd C. Miller Date: Fri, 10 Mar 2017 18:52:49 +0000 (-0700) Subject: Fix declaration of sudo_krb5_verify() in the case where krb5_verify_user() X-Git-Tag: SUDO_1_8_20^2~79 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b63df21ba5b0bec4ec640b741aca07cb60b37eec;p=sudo Fix declaration of sudo_krb5_verify() in the case where krb5_verify_user() is not present. Bug #777 --- diff --git a/plugins/sudoers/auth/kerb5.c b/plugins/sudoers/auth/kerb5.c index ca31f99aa..53e0f7846 100644 --- a/plugins/sudoers/auth/kerb5.c +++ b/plugins/sudoers/auth/kerb5.c @@ -197,7 +197,7 @@ sudo_krb5_verify(struct passwd *pw, char *pass, sudo_auth *auth, struct sudo_con } #else int -sudo_krb5_verify(struct passwd *pw, char *pass, sudo_auth *auth) +sudo_krb5_verify(struct passwd *pw, char *pass, sudo_auth *auth, struct sudo_conv_callback *callback) { krb5_context sudo_context; krb5_principal princ;