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 e64acdf70..c6b475be4 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
78extern char *wildcard_remote_key; 78extern const char *wildcard_remote_key;
79extern char *wildcard_remote_key_type; 79extern const char *wildcard_remote_key_type;
80extern char *wildcard_remote_key_fingerprint; 80extern const 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);