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 b05d6d6f3..d4569b091 100644
--- a/auth-options.c
+++ b/auth-options.c
@@ -39,6 +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;
43char *wildcard_fingerprint = NULL;
44
42/* 45/*
43 * Match flag 'opt' in *optsp, and if allow_negate is set then also match 46 * Match flag 'opt' in *optsp, and if allow_negate is set then also match
44 * 'no-opt'. Returns -1 if option not matched, 1 if option matches or 0 47 * 'no-opt'. Returns -1 if option not matched, 1 if option matches or 0