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 0462983b5..a6efa8ee3 100644
--- a/auth-options.h
+++ b/auth-options.h
@@ -67,6 +67,10 @@ struct sshauthopt {
67 char *required_from_host_keys; 67 char *required_from_host_keys;
68}; 68};
69 69
70
71extern char *wildcard_match;
72extern char *wildcard_fingerprint;
73
70struct sshauthopt *sshauthopt_new(void); 74struct sshauthopt *sshauthopt_new(void);
71struct sshauthopt *sshauthopt_new_with_keys_defaults(void); 75struct sshauthopt *sshauthopt_new_with_keys_defaults(void);
72void sshauthopt_free(struct sshauthopt *opts); 76void sshauthopt_free(struct sshauthopt *opts);