Index: common-src/krb5-security.c
===================================================================
RCS file: /cvsroot/amanda/amanda-krb-2/common-src/krb5-security.c,v
retrieving revision 1.27
diff -u -r1.27 krb5-security.c
--- common-src/krb5-security.c	1999/06/02 19:02:55	1.27
+++ common-src/krb5-security.c	2001/09/11 21:44:27
@@ -118,17 +118,12 @@
 /*
  * The largest buffer we can send/receive.
  */
-#define	AMANDA_MAX_TOK_SIZE		(TAPE_BLOCK_BYTES * 4)
+#define	AMANDA_MAX_TOK_SIZE		(NETWORK_BLOCK_BYTES * 4)
 
 /*
  * Magic values for krb5_conn->handle
  */
 #define	H_EOF	-1		/* this connection has been shut down */
-
-/*
- * This is the tcp stream buffer size
- */
-#define	STREAM_BUFSIZE	(TAPE_BLOCK_BYTES * 2)
 
 /*
  * This is the max number of outgoing connections we can have at once.
