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>2021-03-13 10:46:55 -0500
commit989d38d6be766bff5002f169e05385f95020940b (patch)
treeabbdfa58d45d3ee4c9a06675778e93d98b00f829 /auth-options.c
parent32717238e7587949cb2799136fd15d6fcea5341c (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{