]> git.ipfire.org Git - thirdparty/krb5.git/commit
Make krb5_preauth_context a pointer type
authorGreg Hudson <ghudson@mit.edu>
Tue, 20 Dec 2016 20:25:29 +0000 (15:25 -0500)
committerGreg Hudson <ghudson@mit.edu>
Thu, 26 Jan 2017 18:58:54 +0000 (13:58 -0500)
commit459a081dec6e91ae480a37acb805631742afe1e2
tree01355231b6fd66e6020b86d692b3a689e9744a15
parent87d8d1c6da227ff9410413de39ee64e4566429e5
Make krb5_preauth_context a pointer type

For consistency with krb5_context and krb5_init_creds_context, make
krb5_preauth_context a pointer type.  In preauth2.c, use the typedef
name rather than the structure tag except when defining the structure.
src/include/k5-int.h
src/lib/krb5/krb/preauth2.c