krb5: fix prototype in pa_gss_finish()
Fix merge issue that arose after merging another fix from the lukeh/gss-preauth-apple branch.
This commit is contained in:
@@ -169,7 +169,6 @@ static krb5_error_code KRB5_LIB_CALL
|
|||||||
pa_gss_finish(krb5_context context,
|
pa_gss_finish(krb5_context context,
|
||||||
krb5_gss_init_ctx gssic,
|
krb5_gss_init_ctx gssic,
|
||||||
const krb5_creds *kcred,
|
const krb5_creds *kcred,
|
||||||
gss_ctx_id_t ctx,
|
|
||||||
krb5int32 nonce,
|
krb5int32 nonce,
|
||||||
krb5_enctype enctype,
|
krb5_enctype enctype,
|
||||||
krb5_principal *client_p,
|
krb5_principal *client_p,
|
||||||
|
Reference in New Issue
Block a user