From 4fc62a171c24176a0789ac651ed7f2f1de48777f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 26 Jan 2009 01:16:23 +0000 Subject: [PATCH] drop krbv4 support git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24525 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/kx/kx.h | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/appl/kx/kx.h b/appl/kx/kx.h index 65dd04046..dbc5c08ee 100644 --- a/appl/kx/kx.h +++ b/appl/kx/kx.h @@ -123,10 +123,6 @@ struct tm *localtime(const time_t *); struct hostent *gethostbyname(const char *); #endif -#ifdef KRB4 -#include -#include -#endif #ifdef KRB5 #include #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