summaryrefslogtreecommitdiff
path: root/auth-options.c
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2016-04-22 01:00:23 -0400
committerAndrew Cady <d@jerkface.net>2020-10-27 17:45:22 -0400
commitede8986e4a0e4f19dcc8b972987d29c398c414b9 (patch)
tree6a9da557cb646502b667226673d60e2566b612ba /auth-options.c
parent6c4fd5458b0debff89651106911834a7f08278dd (diff)
Added wildcard authorization for authorized_keys.
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{