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.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'auth-options.c') diff --git a/auth-options.c b/auth-options.c index 4a4ba9016..d6c4e41b2 100644 --- a/auth-options.c +++ b/auth-options.c @@ -40,8 +40,9 @@ #include "ssh2.h" #include "auth-options.h" -char *wildcard_match = NULL; -char *wildcard_fingerprint = NULL; +char *wildcard_remote_key = NULL; +char *wildcard_remote_key_type = NULL; +char *wildcard_remote_key_fingerprint = NULL; static int dup_strings(char ***dstp, size_t *ndstp, char **src, size_t nsrc) -- cgit v1.2.3