svn rev #24975: trunk/src/include/krb5/

ghudson@MIT.EDU ghudson at MIT.EDU
Wed Jun 22 19:31:36 EDT 2011


http://src.mit.edu/fisheye/changelog/krb5/?cs=24975
Commit By: ghudson
Log Message:
Cosmetic fixes to preauth_plugin.h from Linus Nordberg.


Changed Files:
U   trunk/src/include/krb5/preauth_plugin.h
Modified: trunk/src/include/krb5/preauth_plugin.h
===================================================================
--- trunk/src/include/krb5/preauth_plugin.h	2011-06-22 19:55:31 UTC (rev 24974)
+++ trunk/src/include/krb5/preauth_plugin.h	2011-06-22 23:31:36 UTC (rev 24975)
@@ -392,7 +392,7 @@
  * server_pa_type_list.
  */
 typedef int
-(*krb5_kdcpreauth_flags_fn)(krb5_context context, krb5_preauthtype patype);
+(*krb5_kdcpreauth_flags_fn)(krb5_context context, krb5_preauthtype pa_type);
 
 /*
  * Optional: fill in pa_out->length and pa_out->contents with data to send to
@@ -446,7 +446,7 @@
                              struct _krb5_key_data *client_keys,
                              krb5_keyblock *encrypting_key,
                              krb5_pa_data **send_pa_out,
-                             krb5_kdcpreauth_get_data_fn,
+                             krb5_kdcpreauth_get_data_fn get_data,
                              krb5_kdcpreauth_moddata moddata,
                              krb5_kdcpreauth_modreq modreq);
 




More information about the cvs-krb5 mailing list