summaryrefslogtreecommitdiff
path: root/readconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'readconf.h')
-rw-r--r--readconf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/readconf.h b/readconf.h
index 241b7165c..575b2646d 100644
--- a/readconf.h
+++ b/readconf.h
@@ -11,7 +11,7 @@
11 * called by a name other than "ssh" or "Secure Shell". 11 * called by a name other than "ssh" or "Secure Shell".
12 */ 12 */
13 13
14/* RCSID("$OpenBSD: readconf.h,v 1.25 2001/01/22 23:06:39 markus Exp $"); */ 14/* RCSID("$OpenBSD: readconf.h,v 1.26 2001/02/11 12:59:25 markus Exp $"); */
15 15
16#ifndef READCONF_H 16#ifndef READCONF_H
17#define READCONF_H 17#define READCONF_H
@@ -68,6 +68,7 @@ typedef struct {
68 * prompts. */ 68 * prompts. */
69 int cipher; /* Cipher to use. */ 69 int cipher; /* Cipher to use. */
70 char *ciphers; /* SSH2 ciphers in order of preference. */ 70 char *ciphers; /* SSH2 ciphers in order of preference. */
71 char *macs; /* SSH2 macs in order of preference. */
71 int protocol; /* Protocol in order of preference. */ 72 int protocol; /* Protocol in order of preference. */
72 char *hostname; /* Real host to connect. */ 73 char *hostname; /* Real host to connect. */
73 char *host_key_alias; /* hostname alias for .ssh/known_hosts */ 74 char *host_key_alias; /* hostname alias for .ssh/known_hosts */