drop krbv4 support

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24525 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-01-26 01:16:23 +00:00
parent 19fd3204c1
commit 4fc62a171c

View File

@@ -123,10 +123,6 @@ struct tm *localtime(const time_t *);
struct hostent *gethostbyname(const char *);
#endif
#ifdef KRB4
#include <krb.h>
#include <prot.h>
#endif
#ifdef KRB5
#include <krb5.h>
#endif
@@ -229,16 +225,6 @@ kx_write (kx_context *kc, int fd, const void *buf, size_t len);
int
copy_encrypted (kx_context *kc, int fd1, int fd2);
#ifdef KRB4
void
krb4_make_context (kx_context *c);
int
recv_v4_auth (kx_context *kc, int sock, u_char *buf);
#endif
#ifdef KRB5
void