Autoconf and Automake updated.
[skeinsum.git] / skein256.c
index 12313362d43d51bc5baf678235ff4aff92635dcd..6026c13e456fcd5678ca14bea5f77ece053e6522 100644 (file)
@@ -604,7 +604,7 @@ int main(int argc, char** argv)
                        while(index_files < number_files)
                        {
                                FILE *fp;
                        while(index_files < number_files)
                        {
                                FILE *fp;
-                               char hash[100], file_name[100], file_tmp[100], MsgDigest_tmp[hashbitlen/2];
+                               char hash[500], file_name[100], file_tmp[100], MsgDigest_tmp[hashbitlen/2];
                                int NoMatch = 0, NotProper = 0, Computed = 0;
                                strcpy(file_name,list_files[index_files]);
                                //show everything
                                int NoMatch = 0, NotProper = 0, Computed = 0;
                                strcpy(file_name,list_files[index_files]);
                                //show everything