diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/krb5/ChangeLog | 4 | ||||
| -rw-r--r-- | src/include/krb5/func-proto.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog index c96c35b11..ad282097c 100644 --- a/src/include/krb5/ChangeLog +++ b/src/include/krb5/ChangeLog @@ -1,3 +1,7 @@ +Wed Mar 1 20:00:00 1995 Keith Vetter (keithv@fusion.com) + + * func-proto.h: fixed up a const attribute to krb5_send_tgs. + Wed Mar 1 17:40:00 1995 Keith Vetter (keithv@fusion.com) * func-proto.h: added missing prototype for krb5_mk_cred. diff --git a/src/include/krb5/func-proto.h b/src/include/krb5/func-proto.h index eb1f0863f..e8b50d1cf 100644 --- a/src/include/krb5/func-proto.h +++ b/src/include/krb5/func-proto.h @@ -439,7 +439,7 @@ krb5_error_code INTERFACE krb5_send_tgs const krb5_cksumtype, krb5_const_principal, krb5_address * const *, - const krb5_authdata **, + krb5_authdata * const *, krb5_pa_data * const *, const krb5_data *, krb5_creds *, |
