summaryrefslogtreecommitdiff
path: root/servconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.h')
-rw-r--r--servconf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/servconf.h b/servconf.h
index 3f47ea25e..3fa05fcac 100644
--- a/servconf.h
+++ b/servconf.h
@@ -221,6 +221,8 @@ typedef struct {
221 int expose_userauth_info; 221 int expose_userauth_info;
222 u_int64_t timing_secret; 222 u_int64_t timing_secret;
223 char *sk_provider; 223 char *sk_provider;
224
225 int debian_banner;
224} ServerOptions; 226} ServerOptions;
225 227
226/* Information about the incoming connection as used by Match */ 228/* Information about the incoming connection as used by Match */