summaryrefslogtreecommitdiff
path: root/auth-options.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-options.c')
-rw-r--r--auth-options.c3
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
43char *wildcard_match = NULL;
44char *wildcard_fingerprint = NULL;
45
43static int 46static int
44dup_strings(char ***dstp, size_t *ndstp, char **src, size_t nsrc) 47dup_strings(char ***dstp, size_t *ndstp, char **src, size_t nsrc)
45{ 48{