update to new krb5_auth_con* names

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10107 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-06-18 04:08:37 +00:00
parent 116d63a1bf
commit 2fb88a72e0
3 changed files with 5 additions and 5 deletions

View File

@@ -224,7 +224,7 @@ kerberos5_send(char *name, Authenticator *ap)
return(0);
}
krb5_auth_setkeytype (context, auth_context, KEYTYPE_DES);
krb5_auth_con_setkeytype (context, auth_context, KEYTYPE_DES);
foo[0] = ap->type;
foo[1] = ap->way;