summaryrefslogtreecommitdiff
path: root/auth-options.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-options.c')
-rw-r--r--auth-options.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/auth-options.c b/auth-options.c
index d4569b091..1337121ef 100644
--- a/auth-options.c
+++ b/auth-options.c
@@ -39,8 +39,9 @@
39#include "ssh2.h" 39#include "ssh2.h"
40#include "auth-options.h" 40#include "auth-options.h"
41 41
42char *wildcard_match = NULL; 42char *wildcard_remote_key = NULL;
43char *wildcard_fingerprint = NULL; 43char *wildcard_remote_key_type = NULL;
44char *wildcard_remote_key_fingerprint = NULL;
44 45
45/* 46/*
46 * Match flag 'opt' in *optsp, and if allow_negate is set then also match 47 * Match flag 'opt' in *optsp, and if allow_negate is set then also match