diff 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
line wrap: on
line diff
--- a/algo.h	Thu Nov 14 21:45:50 2013 +0800
+++ b/algo.h	Thu Nov 14 22:03:30 2013 +0800
@@ -76,8 +76,8 @@
 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;
 };