NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bin/41561: ssh fails on big endian machines
The following reply was made to PR bin/41561; it has been noted by GNATS.
From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: joerg%NetBSD.org@localhost
Subject: Re: bin/41561: ssh fails on big endian machines
Date: Wed, 10 Jun 2009 17:33:52 +0200
With the current libcrypto, on powerpc:
> cd /usr/src/crypto/dist/openssl/crypto/sha
> gcc -O2 -Wall -o t sha512t.c -lcrypto && ./t && rm t
Testing SHA-512 ... passed.
Testing SHA-384 ... passed.
> gcc -O2 -Wall -o t sha256t.c -lcrypto && ./t && rm t
Testing SHA-256
TEST 1 of 3 failed.
Martin
Home |
Main Index |
Thread Index |
Old Index