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 9f202260a..6fc1efb2c 100644
--- a/servconf.h
+++ b/servconf.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: servconf.h,v 1.141 2019/11/25 00:52:46 djm Exp $ */ 1/* $OpenBSD: servconf.h,v 1.142 2019/12/15 18:57:30 djm Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -215,6 +215,7 @@ typedef struct {
215 int fingerprint_hash; 215 int fingerprint_hash;
216 int expose_userauth_info; 216 int expose_userauth_info;
217 u_int64_t timing_secret; 217 u_int64_t timing_secret;
218 char *sk_provider;
218} ServerOptions; 219} ServerOptions;
219 220
220/* Information about the incoming connection as used by Match */ 221/* Information about the incoming connection as used by Match */