From 67f4cce42c59be9b580ea0229a7dfcb5187d575c Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Thu, 14 Nov 2013 22:03:30 +0800 Subject: use oldstyle comments --- algo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'algo.h') 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; }; -- cgit v1.2.1