[hybrid] Fix more tests run
[mono.git] / mono / utils / mono-sha1.c
index 372ef2bcee9fe958c32d98ac2812d7eefc90d62d..aac0ec378eb68fb553bf472ee5436f599c7a3707 100644 (file)
@@ -147,7 +147,7 @@ typedef union {
 } CHAR64LONG16;
 CHAR64LONG16* block;
 #ifdef SHA1HANDSOFF
-static unsigned char workspace[64];
+    unsigned char workspace[64];
     block = (CHAR64LONG16*)workspace;
     memcpy(block, buffer, 64);
 #else