=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/readconf.h,v retrieving revision 1.43 retrieving revision 1.43.2.1 diff -u -r1.43 -r1.43.2.1 --- src/usr.bin/ssh/readconf.h 2002/06/08 05:17:01 1.43 +++ src/usr.bin/ssh/readconf.h 2003/04/01 00:12:14 1.43.2.1 @@ -1,4 +1,4 @@ -/* $OpenBSD: readconf.h,v 1.43 2002/06/08 05:17:01 markus Exp $ */ +/* $OpenBSD: readconf.h,v 1.43.2.1 2003/04/01 00:12:14 margarida Exp $ */ /* * Author: Tatu Ylonen @@ -99,6 +99,8 @@ int num_remote_forwards; Forward remote_forwards[SSH_MAX_FORWARDS_PER_DIRECTION]; int clear_forwardings; + + int enable_ssh_keysign; int no_host_authentication_for_localhost; } Options;