On Wed, May 31, 2006 at 10:58:42PM -0700, J.C. Roberts wrote:
> 
> The problems start if you're dumb enough to keep the original copy of
> your humppa on something other than a BSD system...
> 
> Since you can install OpenSSL on a number of different types of systems,
> my first thought was to use OpenSSL to generate the checksum files.
> 
> $ find . -type f -name '*.mp3' -print0 | xargs -0 openssl md5 -out
> ossl.md5
> 
> That get's you fairly close but the resulting format is wrong.
> 

why not use openssl on both platforms?
jmc

Reply via email to