summaryrefslogtreecommitdiff
path: root/dropbearkey.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2017-05-18 22:59:38 +0800
committerMatt Johnston <matt@ucc.asn.au>2017-05-18 22:59:38 +0800
commit7621ee793aab9feda0ded9ce6b5026e7ffa8f8f4 (patch)
treec9b05db4faf6ed0d430eaafd6eef4422078ce6b2 /dropbearkey.c
parent25f4ef18b7cd8dc90946301bfd72b3e4a604d3ba (diff)
parentb7dbc33cb67ec3c46509df6b3eb4b82cc61ecc06 (diff)
downloaddropbear-7621ee793aab9feda0ded9ce6b5026e7ffa8f8f4.tar.gz
merge 2017.75
Diffstat (limited to 'dropbearkey.c')
-rw-r--r--dropbearkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dropbearkey.c b/dropbearkey.c
index 6ea68b4..a0d315b 100644
--- a/dropbearkey.c
+++ b/dropbearkey.c
@@ -241,7 +241,7 @@ int main(int argc, char ** argv) {
}
fprintf(stderr, "Generating key, this may take a while...\n");
- if (signkey_generate(keytype, bits, filename) == DROPBEAR_FAILURE)
+ if (signkey_generate(keytype, bits, filename, 0) == DROPBEAR_FAILURE)
{
dropbear_exit("Failed to generate key.\n");
}