=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/readconf.h,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- src/usr.bin/ssh/readconf.h 2002/11/07 22:08:07 1.44 +++ src/usr.bin/ssh/readconf.h 2003/04/01 10:10:23 1.45 @@ -1,4 +1,4 @@ -/* $OpenBSD: readconf.h,v 1.44 2002/11/07 22:08:07 markus Exp $ */ +/* $OpenBSD: readconf.h,v 1.45 2003/04/01 10:10:23 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;