diff --git a/appl/rsh/rsh_locl.h b/appl/rsh/rsh_locl.h index 249a8e841..62af24fcc 100644 --- a/appl/rsh/rsh_locl.h +++ b/appl/rsh/rsh_locl.h @@ -160,6 +160,7 @@ extern des_cblock iv; #endif #define RSH_BUFSIZ (5 * 1024) /* MIT kcmd can't handle larger buffers */ +#define RSHD_BUFSIZ (16 * 1024) /* Old maxize for Heimdal 0.4 rsh */ #define PATH_RSH BINDIR "/rsh"