=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/readconf.h,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- src/usr.bin/ssh/readconf.h 2003/04/01 10:22:21 1.46 +++ src/usr.bin/ssh/readconf.h 2003/04/02 09:48:07 1.47 @@ -1,4 +1,4 @@ -/* $OpenBSD: readconf.h,v 1.46 2003/04/01 10:22:21 markus Exp $ */ +/* $OpenBSD: readconf.h,v 1.47 2003/04/02 09:48:07 markus Exp $ */ /* * Author: Tatu Ylonen @@ -101,6 +101,7 @@ int clear_forwardings; int enable_ssh_keysign; + int rekey_limit; int no_host_authentication_for_localhost; } Options;