compiler warnings under Windows.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8802
dc483132-0cff-0310-8789-
dd5450dbe970
+Wed Jul 24 17:09:39 1996 Theodore Y. Ts'o <tytso@mit.edu>
+
+ * preauth.c (find_pa_system): Change type of first argument to be
+ krb5_preauthtype, to eliminate compiler warnings under
+ Windows.
+
Wed Jul 10 20:22:41 1996 Theodore Y. Ts'o <tytso@mit.edu>
* init_ctx.c (krb5_init_context): Add a call to krb5_win_do_init()
};
static krb5_error_code find_pa_system
- PROTOTYPE((int type, krb5_preauth_ops **Preauth_proc));
+ PROTOTYPE((krb5_preauthtype type, krb5_preauth_ops **Preauth_proc));
/* some typedef's for the function args to make things look a bit cleaner */
static krb5_error_code
find_pa_system(type, preauth)
- int type;
+ krb5_preauthtype type;
krb5_preauth_ops **preauth;
{
krb5_preauth_ops *ap = preauth_systems;
krb5_kdc_req * request;
krb5_pa_data ** out_padata;
{
- krb5_pa_enc_ts pa_enc;
krb5_error_code retval;
krb5_data * scratch;
krb5_data tmpsam;