summaryrefslogtreecommitdiff
path: root/servconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.h')
-rw-r--r--servconf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/servconf.h b/servconf.h
index e31636701..e7abb94d8 100644
--- a/servconf.h
+++ b/servconf.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: servconf.h,v 1.35 2001/01/22 23:06:40 markus Exp $"); */ 14/* RCSID("$OpenBSD: servconf.h,v 1.36 2001/02/03 10:08:37 markus Exp $"); */
15 15
16#ifndef SERVCONF_H 16#ifndef SERVCONF_H
17#define SERVCONF_H 17#define SERVCONF_H
@@ -102,6 +102,7 @@ typedef struct {
102 int max_startups_rate; 102 int max_startups_rate;
103 int max_startups; 103 int max_startups;
104 char *banner; /* SSH-2 banner message */ 104 char *banner; /* SSH-2 banner message */
105 int reverse_mapping_check; /* cross-check ip and dns */
105 106
106} ServerOptions; 107} ServerOptions;
107/* 108/*