=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/readconf.h,v retrieving revision 1.64.2.2 retrieving revision 1.65 diff -u -r1.64.2.2 -r1.65 --- src/usr.bin/ssh/readconf.h 2005/09/02 03:45:00 1.64.2.2 +++ src/usr.bin/ssh/readconf.h 2005/03/01 10:09:52 1.65 @@ -1,4 +1,4 @@ -/* $OpenBSD: readconf.h,v 1.64.2.2 2005/09/02 03:45:00 brad Exp $ */ +/* $OpenBSD: readconf.h,v 1.65 2005/03/01 10:09:52 djm Exp $ */ /* * Author: Tatu Ylonen @@ -112,15 +112,8 @@ char *control_path; int control_master; - - int hash_known_hosts; } Options; -#define SSHCTL_MASTER_NO 0 -#define SSHCTL_MASTER_YES 1 -#define SSHCTL_MASTER_AUTO 2 -#define SSHCTL_MASTER_ASK 3 -#define SSHCTL_MASTER_AUTO_ASK 4 void initialize_options(Options *); void fill_default_options(Options *);