fix proto of `krb5_get_in_tkt_with_password'

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2682 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-08-01 15:30:38 +00:00
parent c8234b481f
commit 2febf3714b

View File

@@ -75,7 +75,7 @@ krb5_get_in_tkt_with_password (krb5_context context,
const char *password,
krb5_ccache ccache,
krb5_creds *creds,
krb5_kdc_rep **ret_as_reply)
krb5_kdc_rep *ret_as_reply)
{
return krb5_get_in_tkt (context, options, addrs, etypes,
pre_auth_types, key_proc, password,