Subject: Re: MIPS switched to new-toolchain
To: Jason R Thorpe <thorpej@wasabisystems.com>
From: FUKAUMI Naoki <naoki@fukaumi.org>
List: port-mips
Date: 01/04/2002 16:56:23
Sorry, this is not technical question...

On Thu, Jan 03, 2002 at 10:29:55PM -0800, Jason R Thorpe wrote:
> I have just switched the MIPS ports to the new GCC 2.95.3/Binutils 2.11.2
> toolchain.

ssh works fine? My NetBSD/hpcmips machine (2001/12/14 with new toolchain)
alwalys return zero at RAND_pseudo_bytes(buf, 1).

#include <stdio.h>
#include <openssl/rand.h>

int main() {
	unsigned char *buf;
	printf("%d", RAND_pseudo_bytes(buf, 1));
}

NetBSD/i386 returns 1.

-- 
FUKAUMI Naoki