summaryrefslogtreecommitdiff
path: root/runopts.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2013-11-07 23:49:37 +0800
committerMatt Johnston <matt@ucc.asn.au>2013-11-07 23:49:37 +0800
commitbe46b9e5feb342d5a10ee0e7609d7d1efc7e10b9 (patch)
treedb2e0d79d3d769a27bd08c3ee6a7fed7fb8a11d4 /runopts.h
parentb71276cdc382a5d43ad433e202eab18900f1c9e8 (diff)
downloaddropbear-be46b9e5feb342d5a10ee0e7609d7d1efc7e10b9.tar.gz
Add '-R' for delayed hostkey optionkeyondemand
Diffstat (limited to 'runopts.h')
-rw-r--r--runopts.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/runopts.h b/runopts.h
index 59e968a..21fc8e5 100644
--- a/runopts.h
+++ b/runopts.h
@@ -100,6 +100,8 @@ typedef struct svr_runopts {
sign_key *hostkey;
+ int delay_hostkey;
+
char *hostkey_files[MAX_HOSTKEYS];
int num_hostkey_files;