Hello
> The code compiles and links.  Using it, however, produces different
> results than using 
>         echo "some string" | openssl dgst -md5 
Echo command adds "new line" characters.
Try someting like "echo -n" on linux or "\c" on hpux
to disable this.

Best regards,
-- 
Marek Marcola <[EMAIL PROTECTED]>

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to