]> andersk Git - gssapi-openssh.git/blobdiff - openssh/readconf.h
Initial revision
[gssapi-openssh.git] / openssh / readconf.h
index 9ac0b3d7ed6b7b5c22747f931131d621032200e3..a1fb30903c68b9abbb75971b62bbcbe39e3508a5 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: readconf.h,v 1.71 2006/08/03 03:34:42 deraadt Exp $ */
+/* $OpenBSD: readconf.h,v 1.74 2008/06/26 11:46:31 grunk Exp $ */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -109,9 +109,9 @@ typedef struct {
        int     clear_forwardings;
 
        int     enable_ssh_keysign;
-       int     rekey_limit;
-       int     none_switch;    /* use none cipher */
-       int     none_enabled;   /* Allow none to be used */
+       int64_t rekey_limit;
+       int     none_switch;    /* Use none cipher */
+       int     none_enabled;   /* Allow none to be used */
        int     no_host_authentication_for_localhost;
        int     identities_only;
        int     server_alive_interval;
@@ -131,6 +131,7 @@ typedef struct {
 
        char    *local_command;
        int     permit_local_command;
+       int     visual_host_key;
 
 }       Options;
 
This page took 0.03208 seconds and 4 git commands to generate.