diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/krb5/krb/mk_req_ext.c | 5 | ||||
-rw-r--r-- | src/lib/krb5/krb/preauth.c | 5 |
2 files changed, 9 insertions, 1 deletions
diff --git a/src/lib/krb5/krb/mk_req_ext.c b/src/lib/krb5/krb/mk_req_ext.c index ecbc895ae..ee09be767 100644 --- a/src/lib/krb5/krb/mk_req_ext.c +++ b/src/lib/krb5/krb/mk_req_ext.c @@ -71,6 +71,11 @@ static char rcsid_mk_req_ext_c[] = returns system errors */ +static krb5_error_code +krb5_generate_authenticator PROTOTYPE(( krb5_authenticator *, krb5_principal, + const krb5_checksum *, krb5_keyblock *, + krb5_int32, krb5_authdata ** )); + krb5_error_code krb5_mk_req_extended(ap_req_options, checksum, kdc_options, sequence, newkey, ccache, creds, authentp, outbuf) diff --git a/src/lib/krb5/krb/preauth.c b/src/lib/krb5/krb/preauth.c index 43db41812..5425402e8 100644 --- a/src/lib/krb5/krb/preauth.c +++ b/src/lib/krb5/krb/preauth.c @@ -71,7 +71,10 @@ static krb5_preauth_ops preauth_systems[] = { }, { -1,} }; - + +static krb5_error_code find_preauthenticator + PROTOTYPE((int type, krb5_preauth_ops **Preauth_proc)); + /* * krb5_obtain_padata is a glue routine which when passed in * a preauthentication type, client principal, and src_addr, returns |