> 113 + char li_algorithm[MAXPATHLEN + 1]; > >MAXPATHLEN doesn't seem like the right length for the algorithm name. >Is there a better one?
Also, MAXPATHLEN+1 is ALWAYS wrong; MAXPATHLEN includes the trailing \0 Casper
> 113 + char li_algorithm[MAXPATHLEN + 1]; > >MAXPATHLEN doesn't seem like the right length for the algorithm name. >Is there a better one?
Also, MAXPATHLEN+1 is ALWAYS wrong; MAXPATHLEN includes the trailing \0 Casper