Mercurial > dropbear
comparison signkey.c @ 852:7540c0822374 ecc
Various cleanups and fixes for warnings
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 12 Nov 2013 23:02:32 +0800 |
parents | f4bb964c8678 |
children | 04ede40a529a |
comparison
equal
deleted
inserted
replaced
851:c1c1b43f78c2 | 852:7540c0822374 |
---|---|
37 "ssh-dss", | 37 "ssh-dss", |
38 #endif | 38 #endif |
39 #ifdef DROPBEAR_ECDSA | 39 #ifdef DROPBEAR_ECDSA |
40 "ecdsa-sha2-nistp256", | 40 "ecdsa-sha2-nistp256", |
41 "ecdsa-sha2-nistp384", | 41 "ecdsa-sha2-nistp384", |
42 "ecdsa-sha2-nistp521", | 42 "ecdsa-sha2-nistp521" |
43 "ecdsa" // for keygen | |
44 #endif // DROPBEAR_ECDSA | 43 #endif // DROPBEAR_ECDSA |
45 }; | 44 }; |
46 | 45 |
47 /* malloc a new sign_key and set the dss and rsa keys to NULL */ | 46 /* malloc a new sign_key and set the dss and rsa keys to NULL */ |
48 sign_key * new_sign_key() { | 47 sign_key * new_sign_key() { |