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 5853a9747..c2848a765 100644
--- a/servconf.h
+++ b/servconf.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: servconf.h,v 1.123 2016/11/30 03:00:05 djm Exp $ */ 1/* $OpenBSD: servconf.h,v 1.124 2017/06/24 06:34:38 djm Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -189,6 +189,7 @@ typedef struct {
189 char *auth_methods[MAX_AUTH_METHODS]; 189 char *auth_methods[MAX_AUTH_METHODS];
190 190
191 int fingerprint_hash; 191 int fingerprint_hash;
192 int expose_userauth_info;
192} ServerOptions; 193} ServerOptions;
193 194
194/* Information about the incoming connection as used by Match */ 195/* Information about the incoming connection as used by Match */