=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/servconf.h,v retrieving revision 1.49.2.2 retrieving revision 1.49.2.3 diff -u -r1.49.2.2 -r1.49.2.3 --- src/usr.bin/ssh/servconf.h 2002/05/17 00:03:24 1.49.2.2 +++ src/usr.bin/ssh/servconf.h 2002/06/22 07:23:17 1.49.2.3 @@ -1,4 +1,4 @@ -/* $OpenBSD: servconf.h,v 1.49.2.2 2002/05/17 00:03:24 miod Exp $ */ +/* $OpenBSD: servconf.h,v 1.49.2.3 2002/06/22 07:23:17 miod Exp $ */ /* * Author: Tatu Ylonen @@ -98,6 +98,7 @@ int permit_empty_passwd; /* If false, do not permit empty * passwords. */ int use_login; /* If true, login(1) is used */ + int compression; /* If true, compression is allowed */ int allow_tcp_forwarding; u_int num_allow_users; char *allow_users[MAX_ALLOW_USERS];