drop krbv4 support
authorLove Hörnquist Åstrand <lha@kth.se>
Mon, 26 Jan 2009 01:16:23 +0000 (01:16 +0000)
committerLove Hörnquist Åstrand <lha@kth.se>
Mon, 26 Jan 2009 01:16:23 +0000 (01:16 +0000)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24525 ec53bebd-3082-4978-b11e-865c3cabbd6b

appl/kx/kx.h

index 65dd0404636d46b5a1a500b577c44ef58d9ea10f..dbc5c08ee5129bd5cc31c7265c79e857f3e8c206 100644 (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