X-Git-Url: https://jxself.org/git/?p=skeinsum.git;a=blobdiff_plain;f=skein1024.c;h=1fde74ea9af6c94619812b017181b3df715b259a;hp=be7abb6d9de10330a9bcf251d128a755eb5eacea;hb=5d1c1b6eb8e180e13cac19f03ad2f0aa27581148;hpb=225580b92ee570c3a0a7f924250dd11b36095124 diff --git a/skein1024.c b/skein1024.c index be7abb6..1fde74e 100644 --- a/skein1024.c +++ b/skein1024.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014 Jason Self +/* Copyright (C) 2014, 2015 Jason Self This file is part of skeinsum. @@ -16,6 +16,8 @@ You should have received a copy of the GNU General Public License along with skeinsum. If not, see . */ +#include "config.h" + #include #include #include @@ -604,7 +606,7 @@ int main(int argc, char** argv) 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