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