comparison algo.h @ 857:c19acba28590

use oldstyle comments
author Matt Johnston <matt@ucc.asn.au>
date Thu, 14 Nov 2013 22:03:30 +0800
parents 7540c0822374
children 47643024fc90
comparison
equal deleted inserted replaced
856:f56c41030c15 857:c19acba28590
74 }; 74 };
75 75
76 struct dropbear_hash { 76 struct dropbear_hash {
77 const struct ltc_hash_descriptor *hash_desc; 77 const struct ltc_hash_descriptor *hash_desc;
78 const unsigned long keysize; 78 const unsigned long keysize;
79 // hashsize may be truncated from the size returned by hash_desc, 79 /* hashsize may be truncated from the size returned by hash_desc,
80 // eg sha1-96 80 eg sha1-96 */
81 const unsigned char hashsize; 81 const unsigned char hashsize;
82 }; 82 };
83 83
84 enum dropbear_kex_mode { 84 enum dropbear_kex_mode {
85 DROPBEAR_KEX_NORMAL_DH, 85 DROPBEAR_KEX_NORMAL_DH,