=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/readconf.h,v retrieving revision 1.42.2.1 retrieving revision 1.42.2.2 diff -u -r1.42.2.1 -r1.42.2.2 --- src/usr.bin/ssh/readconf.h 2002/06/26 15:30:38 1.42.2.1 +++ src/usr.bin/ssh/readconf.h 2003/04/03 22:35:17 1.42.2.2 @@ -1,4 +1,4 @@ -/* $OpenBSD: readconf.h,v 1.42.2.1 2002/06/26 15:30:38 jason Exp $ */ +/* $OpenBSD: readconf.h,v 1.42.2.2 2003/04/03 22:35:17 miod 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;