comparison signkey.c @ 857:c19acba28590

use oldstyle comments
author Matt Johnston <matt@ucc.asn.au>
date Thu, 14 Nov 2013 22:03:30 +0800
parents 04ede40a529a
children 30ab30e46452
comparison
equal deleted inserted replaced
856:f56c41030c15 857:c19acba28590
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 #endif // DROPBEAR_ECDSA 43 #endif /* DROPBEAR_ECDSA */
44 }; 44 };
45 45
46 /* 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 */
47 sign_key * new_sign_key() { 47 sign_key * new_sign_key() {
48 48