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 f10908e5b..4afdf24d0 100644
--- a/servconf.h
+++ b/servconf.h
@@ -227,6 +227,8 @@ typedef struct {
227 int expose_userauth_info; 227 int expose_userauth_info;
228 u_int64_t timing_secret; 228 u_int64_t timing_secret;
229 char *sk_provider; 229 char *sk_provider;
230
231 int debian_banner;
230} ServerOptions; 232} ServerOptions;
231 233
232/* Information about the incoming connection as used by Match */ 234/* Information about the incoming connection as used by Match */