]> andersk Git - openssh.git/blobdiff - readconf.h
- grunk@cvs.openbsd.org 2008/06/26 11:46:31
[openssh.git] / readconf.h
index 5c16a0ba6c89e9ace88b93922e9156b828e01f5a..47c7aef4e046dc63d900227312c484f4e3f15352 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: readconf.h,v 1.73 2008/06/11 21:01:35 grunk Exp $ */
+/* $OpenBSD: readconf.h,v 1.74 2008/06/26 11:46:31 grunk Exp $ */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -120,13 +120,10 @@ typedef struct {
 
        char    *local_command;
        int     permit_local_command;
+       int     visual_host_key;
 
 }       Options;
 
-#define SSHCTL_CHECKHOSTIP_NO  0
-#define SSHCTL_CHECKHOSTIP_YES 1
-#define SSHCTL_CHECKHOSTIP_FPR 2
-
 #define SSHCTL_MASTER_NO       0
 #define SSHCTL_MASTER_YES      1
 #define SSHCTL_MASTER_AUTO     2
This page took 3.733372 seconds and 4 git commands to generate.