]> andersk Git - openssh.git/blobdiff - readconf.h
- OpenBSD CVS updates:
[openssh.git] / readconf.h
index 29dd4f0f250c3344d7c4e6825de9c88c2c28ca5c..fc77419719f44482fd0d0cd58d8d7f87ecdacba1 100644 (file)
@@ -64,6 +64,8 @@ typedef struct {
        int     number_of_password_prompts;     /* Max number of password
                                                 * prompts. */
        int     cipher;         /* Cipher to use. */
+       char   *ciphers;        /* Ciphers in order of preference. */
+       int     protocol;       /* Protocol in order of preference. */
        char   *hostname;       /* Real host to connect. */
        char   *proxy_command;  /* Proxy command for connecting the host. */
        char   *user;           /* User to log in as. */
This page took 0.045661 seconds and 4 git commands to generate.