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 9e943f905..4b20c93bf 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.30 2001/04/17 10:53:25 markus Exp $"); */ 14/* RCSID("$OpenBSD: readconf.h,v 1.31 2001/04/30 11:18:52 markus Exp $"); */
15 15
16#ifndef READCONF_H 16#ifndef READCONF_H
17#define READCONF_H 17#define READCONF_H
@@ -85,6 +85,7 @@ typedef struct {
85 char *system_hostfile2; 85 char *system_hostfile2;
86 char *user_hostfile2; 86 char *user_hostfile2;
87 char *preferred_authentications; 87 char *preferred_authentications;
88 char *bind_address; /* local socket address for connection to sshd */
88 89
89 int num_identity_files; /* Number of files for RSA/DSA identities. */ 90 int num_identity_files; /* Number of files for RSA/DSA identities. */
90 char *identity_files[SSH_MAX_IDENTITY_FILES]; 91 char *identity_files[SSH_MAX_IDENTITY_FILES];