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>2021-03-13 10:46:55 -0500
commited94b2ec9308cdac84fc477c0597938d52038e26 (patch)
tree0b34c611d3c3a85146b799ded89530c2a2b4a2fd /auth-options.h
parent989d38d6be766bff5002f169e05385f95020940b (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 165180187..e64acdf70 100644
--- a/auth-options.h
+++ b/auth-options.h
@@ -75,9 +75,9 @@ struct sshauthopt {
75 int require_verify; 75 int require_verify;
76}; 76};
77 77
78 78extern char *wildcard_remote_key;
79extern char *wildcard_match; 79extern char *wildcard_remote_key_type;
80extern char *wildcard_fingerprint; 80extern char *wildcard_remote_key_fingerprint;
81 81
82struct sshauthopt *sshauthopt_new(void); 82struct sshauthopt *sshauthopt_new(void);
83struct sshauthopt *sshauthopt_new_with_keys_defaults(void); 83struct sshauthopt *sshauthopt_new_with_keys_defaults(void);