comparison gensignkey.c @ 847:f4bb964c8678 keyondemand

Add '-R' for delayed hostkey option
author Matt Johnston <matt@ucc.asn.au>
date Thu, 07 Nov 2013 23:49:37 +0800
parents b298bb438625
children 7540c0822374
comparison
equal deleted inserted replaced
846:b298bb438625 847:f4bb964c8678
70 default: 70 default:
71 return 0; 71 return 0;
72 } 72 }
73 } 73 }
74 74
75
76 int signkey_generate(enum signkey_type keytype, int bits, const char* filename) 75 int signkey_generate(enum signkey_type keytype, int bits, const char* filename)
77 { 76 {
78 sign_key * key = NULL; 77 sign_key * key = NULL;
79 buffer *buf = NULL; 78 buffer *buf = NULL;
80 int ret = DROPBEAR_FAILURE; 79 int ret = DROPBEAR_FAILURE;