=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/servconf.h,v retrieving revision 1.71 retrieving revision 1.71.2.1 diff -u -r1.71 -r1.71.2.1 --- src/usr.bin/ssh/servconf.h 2004/12/23 23:11:00 1.71 +++ src/usr.bin/ssh/servconf.h 2006/02/03 02:53:45 1.71.2.1 @@ -1,4 +1,4 @@ -/* $OpenBSD: servconf.h,v 1.71 2004/12/23 23:11:00 djm Exp $ */ +/* $OpenBSD: servconf.h,v 1.71.2.1 2006/02/03 02:53:45 brad Exp $ */ /* * Author: Tatu Ylonen @@ -133,6 +133,8 @@ char *authorized_keys_file; /* File containing public keys */ char *authorized_keys_file2; + + int permit_tun; } ServerOptions; void initialize_server_options(ServerOptions *);