=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/readconf.h,v retrieving revision 1.65 retrieving revision 1.66 diff -u -r1.65 -r1.66 --- src/usr.bin/ssh/readconf.h 2005/03/01 10:09:52 1.65 +++ src/usr.bin/ssh/readconf.h 2005/03/01 10:40:27 1.66 @@ -1,4 +1,4 @@ -/* $OpenBSD: readconf.h,v 1.65 2005/03/01 10:09:52 djm Exp $ */ +/* $OpenBSD: readconf.h,v 1.66 2005/03/01 10:40:27 djm Exp $ */ /* * Author: Tatu Ylonen @@ -112,6 +112,8 @@ char *control_path; int control_master; + + int hash_known_hosts; } Options;