Rich Salz wrote:
> Try doing
>     echo "foo bar baz" | od -c
> on both machines and see if you get different output.

Ok I just did and it's the same:

ff@leo:~> echo "foo bar baz" | od -c
0000000   f   o   o       b   a   r       b   a   z  \n
0000014

[ff@partyticket ff]$ echo "foo bar baz" | od -c
0000000   f   o   o       b   a   r       b   a   z  \n
0000014

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

Reply via email to