r18814@cathode-dark-space: raeburn | 2006-11-15 19:53:10 -0500
ticket: new
subject: fix warning in preauth_plugin.h header
* preauth_plugin.h (enum krb5plugin_preauth_client_request_type): Omit trailing
comma.
ticket: 4773
version_fixed: 1.6
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@18964
dc483132-0cff-0310-8789-
dd5450dbe970
* encrypted portion of the AS_REP packet. */
krb5plugin_preauth_client_get_etype = 1,
/* Free the data returned from krb5plugin_preauth_client_req_get_etype */
- krb5plugin_preauth_client_free_etype = 2,
+ krb5plugin_preauth_client_free_etype = 2
};
typedef krb5_error_code
(*preauth_get_client_data_proc)(krb5_context,