summaryrefslogtreecommitdiff
path: root/auth-options.h
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2018-08-26 07:31:58 -0400
committerAndrew Cady <d@jerkface.net>2019-06-06 11:52:35 -0400
commit4738aeb85fa56865244969dee521ef7f24d4f7c1 (patch)
tree961b1a1e035958884d1d5405e63fa1045fc3b128 /auth-options.h
parent25fc10d774e95dff10918b889e61f171d6081d95 (diff)
variable renames, store key type
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);