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