diff options
Diffstat (limited to 'servconf.h')
-rw-r--r-- | servconf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/servconf.h b/servconf.h index b99b27067..ba7b73947 100644 --- a/servconf.h +++ b/servconf.h | |||
@@ -196,6 +196,8 @@ typedef struct { | |||
196 | char *auth_methods[MAX_AUTH_METHODS]; | 196 | char *auth_methods[MAX_AUTH_METHODS]; |
197 | 197 | ||
198 | int fingerprint_hash; | 198 | int fingerprint_hash; |
199 | |||
200 | int debian_banner; | ||
199 | } ServerOptions; | 201 | } ServerOptions; |
200 | 202 | ||
201 | /* Information about the incoming connection as used by Match */ | 203 | /* Information about the incoming connection as used by Match */ |