summaryrefslogtreecommitdiff
path: root/auth-options.h
diff options
context:
space:
mode:
Diffstat (limited to 'auth-options.h')
-rw-r--r--auth-options.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/auth-options.h b/auth-options.h
index d96ffedee..118a32087 100644
--- a/auth-options.h
+++ b/auth-options.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth-options.h,v 1.29 2019/11/25 00:54:23 djm Exp $ */ 1/* $OpenBSD: auth-options.h,v 1.30 2020/08/27 01:07:09 djm Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2018 Damien Miller <djm@mindrot.org> 4 * Copyright (c) 2018 Damien Miller <djm@mindrot.org>
@@ -71,6 +71,8 @@ struct sshauthopt {
71 71
72 /* Key requires user presence asserted */ 72 /* Key requires user presence asserted */
73 int no_require_user_presence; 73 int no_require_user_presence;
74 /* Key requires user verification (e.g. PIN) */
75 int require_verify;
74}; 76};
75 77
76struct sshauthopt *sshauthopt_new(void); 78struct sshauthopt *sshauthopt_new(void);