Mercurial > dropbear
diff dropbearkey.c @ 1249:c6346c63281b
refactor indentation with hard tab
author | Francois Perrad <francois.perrad@gadz.org> |
---|---|
date | Thu, 31 Dec 2015 15:59:01 +0100 |
parents | 6fb4c010c448 |
children | 2bb4c662d1c2 |
line wrap: on
line diff
--- a/dropbearkey.c Fri Dec 18 21:20:46 2015 +0800 +++ b/dropbearkey.c Thu Dec 31 15:59:01 2015 +0100 @@ -238,13 +238,13 @@ } check_signkey_bits(keytype, bits);; - } + } fprintf(stderr, "Generating key, this may take a while...\n"); - if (signkey_generate(keytype, bits, filename) == DROPBEAR_FAILURE) - { - dropbear_exit("Failed to generate key.\n"); - } + if (signkey_generate(keytype, bits, filename) == DROPBEAR_FAILURE) + { + dropbear_exit("Failed to generate key.\n"); + } printpubfile(filename);