Update build after import of Heimdal Kerberos 2002/02/17.

git-svn-id: http://svn0.us-east.freebsd.org/base/head/contrib/telnet@90931 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
This commit is contained in:
nectar 2002-02-19 15:53:33 +00:00
parent 48a0b67941
commit 8fe168e641
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ kerberos5_send(const 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;