diff options
Diffstat (limited to 'auth-options.c')
-rw-r--r-- | auth-options.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/auth-options.c b/auth-options.c index 98afdf5fe..4a4ba9016 100644 --- a/auth-options.c +++ b/auth-options.c | |||
@@ -40,6 +40,9 @@ | |||
40 | #include "ssh2.h" | 40 | #include "ssh2.h" |
41 | #include "auth-options.h" | 41 | #include "auth-options.h" |
42 | 42 | ||
43 | char *wildcard_match = NULL; | ||
44 | char *wildcard_fingerprint = NULL; | ||
45 | |||
43 | static int | 46 | static int |
44 | dup_strings(char ***dstp, size_t *ndstp, char **src, size_t nsrc) | 47 | dup_strings(char ***dstp, size_t *ndstp, char **src, size_t nsrc) |
45 | { | 48 | { |