Changeset

5775:a6c2b8933507

Merge 0.9->trunk
author Kim Alvefur <zash@zash.se>
date Fri, 09 Aug 2013 16:03:48 +0200
parents 5773:c9a712673d8a (current diff) 5774:6ef79af0c445 (diff)
children 5776:bd0ff8ae98a8
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/util-src/hashes.c	Fri Aug 09 11:10:22 2013 +0100
+++ b/util-src/hashes.c	Fri Aug 09 16:03:48 2013 +0200
@@ -79,7 +79,7 @@
 	};
 
 	int i;
-	char hashedKey[64]; /* Maximum used digest length */
+	unsigned char hashedKey[64]; /* Maximum used digest length */
 	union xory k_ipad, k_opad;
 
 	if (key_len > 64) {