On Thu, 1 Jun 2006 10:11:07 +0100, Jason McIntyre <[EMAIL PROTECTED]>
wrote:

>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

I've read through the openssl man page more than a few times looking for
the required magic to input such a text file and get openssl to validate
the listed files but no such luck. As far as I know, openssl is only
able to produce the output file but is unable to accept said file as
input.

To make sure the files were transferred correctly to the openbsd box, I
resorted to editing the openssl output file so it could be used with
cksum/md5.

jcr


--
Free, Open Source CAD, CAM and EDA Tools
http://www.DesignTools.org

Reply via email to