summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1993-12-01 22:25:24 +0000
committerTheodore Tso <tytso@mit.edu>1993-12-01 22:25:24 +0000
commitf25f8ffb5b6c96f7ea87f515216ee080a675b77f (patch)
tree86e58f4af957585bda6fdf8b61d87825239a1a93 /src/lib
parentd97deb439175f77cc40f53156d78fc46d63aed36 (diff)
downloadkrb5-f25f8ffb5b6c96f7ea87f515216ee080a675b77f.tar.gz
krb5-f25f8ffb5b6c96f7ea87f515216ee080a675b77f.tar.xz
krb5-f25f8ffb5b6c96f7ea87f515216ee080a675b77f.zip
Declare statically used procedure (previously and incorrectly defined in .h
files) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3059 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/krb5/krb/mk_req_ext.c5
-rw-r--r--src/lib/krb5/krb/preauth.c5
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