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, 4 insertions, 0 deletions
diff --git a/auth-options.h b/auth-options.h
index d96ffedee..d79943876 100644
--- a/auth-options.h
+++ b/auth-options.h
@@ -73,6 +73,10 @@ struct sshauthopt {
73 int no_require_user_presence; 73 int no_require_user_presence;
74}; 74};
75 75
76
77extern char *wildcard_match;
78extern char *wildcard_fingerprint;
79
76struct sshauthopt *sshauthopt_new(void); 80struct sshauthopt *sshauthopt_new(void);
77struct sshauthopt *sshauthopt_new_with_keys_defaults(void); 81struct sshauthopt *sshauthopt_new_with_keys_defaults(void);
78void sshauthopt_free(struct sshauthopt *opts); 82void sshauthopt_free(struct sshauthopt *opts);