=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/readconf.h,v retrieving revision 1.42.2.2 retrieving revision 1.43 diff -u -r1.42.2.2 -r1.43 --- src/usr.bin/ssh/readconf.h 2003/04/03 22:35:17 1.42.2.2 +++ src/usr.bin/ssh/readconf.h 2002/06/08 05:17:01 1.43 @@ -1,4 +1,4 @@ -/* $OpenBSD: readconf.h,v 1.42.2.2 2003/04/03 22:35:17 miod Exp $ */ +/* $OpenBSD: readconf.h,v 1.43 2002/06/08 05:17:01 markus Exp $ */ /* * Author: Tatu Ylonen @@ -99,8 +99,6 @@ 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;