remove c++ comments, switch to c

This commit is contained in:
toddouska
2013-03-22 12:10:53 -07:00
parent d6deb690e6
commit d8b85da693
4 changed files with 62 additions and 49 deletions

View File

@@ -90,7 +90,7 @@ static int Hash_df(RNG* rng, byte* out, word32 outSz, byte type, byte* inA, word
byte ctr;
int i;
int len;
word32 bits = (outSz * 8); // reverse byte order
word32 bits = (outSz * 8); /* reverse byte order */
#ifdef LITTLE_ENDIAN_ORDER
bits = ByteReverseWord32(bits);