summaryrefslogtreecommitdiff
path: root/auth-options.c
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2018-08-26 07:31:58 -0400
committerAndrew Cady <d@jerkface.net>2019-06-06 11:52:35 -0400
commit4738aeb85fa56865244969dee521ef7f24d4f7c1 (patch)
tree961b1a1e035958884d1d5405e63fa1045fc3b128 /auth-options.c
parent25fc10d774e95dff10918b889e61f171d6081d95 (diff)
variable renames, store key type
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