summaryrefslogtreecommitdiff
path: root/auth-options.h
diff options
context:
space:
mode:
Diffstat (limited to 'auth-options.h')
-rw-r--r--auth-options.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/auth-options.h b/auth-options.h
index a6efa8ee3..5773812bf 100644
--- a/auth-options.h
+++ b/auth-options.h
@@ -67,9 +67,9 @@ struct sshauthopt {
67 char *required_from_host_keys; 67 char *required_from_host_keys;
68}; 68};
69 69
70 70extern char *wildcard_remote_key;
71extern char *wildcard_match; 71extern char *wildcard_remote_key_type;
72extern char *wildcard_fingerprint; 72extern char *wildcard_remote_key_fingerprint;
73 73
74struct sshauthopt *sshauthopt_new(void); 74struct sshauthopt *sshauthopt_new(void);
75struct sshauthopt *sshauthopt_new_with_keys_defaults(void); 75struct sshauthopt *sshauthopt_new_with_keys_defaults(void);