summaryrefslogtreecommitdiffhomepage
path: root/algo.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2013-11-14 22:03:30 +0800
committerMatt Johnston <matt@ucc.asn.au>2013-11-14 22:03:30 +0800
commitde1deaf0bde9c0e67932420117caeb390f8ead98 (patch)
treeccf5802f9b75b67d28ce22a42cc947dd018b1dcf /algo.h
parente00a97944a412213d5335c3664f45bab0fcdb546 (diff)
use oldstyle comments
Diffstat (limited to 'algo.h')
-rw-r--r--algo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/algo.h b/algo.h
index 8cd4c9b..955864b 100644
--- a/algo.h
+++ b/algo.h
@@ -76,8 +76,8 @@ struct dropbear_cipher_mode {
struct dropbear_hash {
const struct ltc_hash_descriptor *hash_desc;
const unsigned long keysize;
- // hashsize may be truncated from the size returned by hash_desc,
- // eg sha1-96
+ /* hashsize may be truncated from the size returned by hash_desc,
+ eg sha1-96 */
const unsigned char hashsize;
};