Re: FYI POSSIBLE BUG

2000-07-10 Thread Richard Levitte - VMS Whacker
From: Mark Jorgen Olesen <[EMAIL PROTECTED]> mjo4> Module: mjo4> md_rand.c mjo4> mjo4> Function: mjo4> static int ssleay_rand_bytes(unsigned char *buf, int num) mjo4> mjo4> Synopsis: mjo4> The function always fails when entropy < ENTROPY_NEEDED mjo4> mjo4> Description: mjo4> The variable "ok"

FYI POSSIBLE BUG

2000-07-10 Thread Mark Jorgen Olesen
Module: md_rand.c Function: static int ssleay_rand_bytes(unsigned char *buf, int num) Synopsis: The function always fails when entropy < ENTROPY_NEEDED Description: The variable "ok" is set as follows: ok = (entropy >= ENTROPY_NEEDED) When I was tracing the code, "ok" was set to 0. It the