diff options
Diffstat (limited to 'svr-runopts.c')
-rw-r--r-- | svr-runopts.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svr-runopts.c b/svr-runopts.c index dea4a55..93058f7 100644 --- a/svr-runopts.c +++ b/svr-runopts.c @@ -480,6 +480,7 @@ static void addhostkey(const char *keyfile) { svr_opts.num_hostkey_files++; } + void load_all_hostkeys() { int i; int disable_unset_keys = 1; |