* forward.c: Remove unused #include <krb5/crc-32.h>.
authorJohn Gilmore <gnu@toad.com>
Thu, 2 Feb 1995 13:13:29 +0000 (13:13 +0000)
committerJohn Gilmore <gnu@toad.com>
Thu, 2 Feb 1995 13:13:29 +0000 (13:13 +0000)
commit8b324b6769768e28c44a90915fa2b35cf6d68464
tree97e98186e8fcf06367597c53f8a438a425a4d301
parent0cb271cada877ae9c94265fd5de2061400ca122e
* forward.c:  Remove unused #include <krb5/crc-32.h>.
* kerberos5.c (kerberos5_send):  Remove code for sending a checksum
of a zero-byte string; we can just send no checksum at all.  This
eliminates dependency on <krb5/crc-32.h>.
(kerberos5_forward):  Remove extra parameter to krb5_get_for_creds,
probably accidentally inserted during context changes -- which don't
seem to be here in the ChangeLog.
* kerberos.c:  Remove prototypes for krb4 functions, since
some of them are wrong with CNS (u_long vs. KRB_INT32 conflicts).

These changes BUILD but have not been RUN yet.  But at least they build.
My apologies. -- John

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4878 dc483132-0cff-0310-8789-dd5450dbe970
src/appl/telnet/libtelnet/ChangeLog
src/appl/telnet/libtelnet/forward.c
src/appl/telnet/libtelnet/kerberos.c
src/appl/telnet/libtelnet/kerberos5.c