diff --git a/lib/test_hash.c b/lib/test_hash.c
index 66c5fc8351e84d703373a3572d6afaea84c410da..81702ee4c41c01aec46228eb75fd7745d10dfc58 100644
--- a/lib/test_hash.c
+++ b/lib/test_hash.c
@@ -143,7 +143,7 @@ static int __init
 test_hash_init(void)
 {
 	char buf[SIZE+1];
-	u32 string_or = 0, hash_or[2][33] = { 0 };
+	u32 string_or = 0, hash_or[2][33] = { { 0, } };
 	unsigned tests = 0;
 	unsigned long long h64 = 0;
 	int i, j;