summaryrefslogtreecommitdiff
path: root/auth-options.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-options.c')
-rw-r--r--auth-options.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/auth-options.c b/auth-options.c
index d6c4e41b2..a15bc0502 100644
--- a/auth-options.c
+++ b/auth-options.c
@@ -40,9 +40,9 @@
40#include "ssh2.h" 40#include "ssh2.h"
41#include "auth-options.h" 41#include "auth-options.h"
42 42
43char *wildcard_remote_key = NULL; 43const char *wildcard_remote_key = NULL;
44char *wildcard_remote_key_type = NULL; 44const char *wildcard_remote_key_type = NULL;
45char *wildcard_remote_key_fingerprint = NULL; 45const char *wildcard_remote_key_fingerprint = NULL;
46 46
47static int 47static int
48dup_strings(char ***dstp, size_t *ndstp, char **src, size_t nsrc) 48dup_strings(char ***dstp, size_t *ndstp, char **src, size_t nsrc)