From ef9269c4983dd3706c90157bdb39717d83e7d085 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Sun, 26 Aug 2018 07:31:58 -0400 Subject: variable renames, store key type --- auth-options.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'auth-options.h') 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 { int require_verify; }; - -extern char *wildcard_match; -extern char *wildcard_fingerprint; +extern char *wildcard_remote_key; +extern char *wildcard_remote_key_type; +extern char *wildcard_remote_key_fingerprint; struct sshauthopt *sshauthopt_new(void); struct sshauthopt *sshauthopt_new_with_keys_defaults(void); -- cgit v1.2.3