comparison signkey.h @ 857:c19acba28590

use oldstyle comments
author Matt Johnston <matt@ucc.asn.au>
date Thu, 14 Nov 2013 22:03:30 +0800
parents d4ce5269a439
children deed0571cacc
comparison
equal deleted inserted replaced
856:f56c41030c15 857:c19acba28590
38 #endif 38 #endif
39 #ifdef DROPBEAR_ECDSA 39 #ifdef DROPBEAR_ECDSA
40 DROPBEAR_SIGNKEY_ECDSA_NISTP256, 40 DROPBEAR_SIGNKEY_ECDSA_NISTP256,
41 DROPBEAR_SIGNKEY_ECDSA_NISTP384, 41 DROPBEAR_SIGNKEY_ECDSA_NISTP384,
42 DROPBEAR_SIGNKEY_ECDSA_NISTP521, 42 DROPBEAR_SIGNKEY_ECDSA_NISTP521,
43 DROPBEAR_SIGNKEY_ECDSA_KEYGEN, // just "ecdsa" for keygen 43 #endif /* DROPBEAR_ECDSA */
44 #endif // DROPBEAR_ECDSA
45 DROPBEAR_SIGNKEY_NUM_NAMED, 44 DROPBEAR_SIGNKEY_NUM_NAMED,
45 DROPBEAR_SIGNKEY_ECDSA_KEYGEN = 70, /* just "ecdsa" for keygen */
46 DROPBEAR_SIGNKEY_ANY = 80, 46 DROPBEAR_SIGNKEY_ANY = 80,
47 DROPBEAR_SIGNKEY_NONE = 90, 47 DROPBEAR_SIGNKEY_NONE = 90,
48 }; 48 };
49 49
50 50