On Thu, Jun 20, 2002 at 05:07:20PM +0200, Flemming Frandsen wrote:
> The openssl that failed (yours too maybe??) was from a Redhat 7.3:
> [ff@partyticket ff]$ rpm -qf `which openssl`
> openssl-0.9.6b-8
>
> ... so maybe this is really a RatHead bug in stead?
>
> I've downloaded and compiled the 0
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
000 f o o b a r b a z \n
014
[ff@partyticket ff]$ echo "foo bar baz" | o