Hi,
I also against that kind of problem.
The result is that,
as exsample
you must only add 2 lines.

static const char rnd_seed[] = "string to make the random number generator
think it has entropy";
RAND_seed(rnd_seed, sizeof(rnd_seed));
.
I think this resolve is always need in current version.

Bye  

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 04, 2000 10:38 PM
> To: [EMAIL PROTECTED]
> Subject: "PRNG not seeded" in Window NT
> 
> 
> When I try to use "SSL_connect", I get also the error message 
> "PRNG not
> seeded".  I have read the old messages about the problem. But 
> it seems that
> all the messages are about Unix/Linux, but not Windows.
> Someone said that with RAND_egd() can solve the problem. I 
> have checked the
> code and find the following code in rand_egd.c:
> #if defined(WIN32) || defined(VMS) || defined(__VMS)
> int RAND_egd(const char *path)
>  {
>  return(-1);
>  }
> #else
> ...
> What can I do in Windows NT?
> 
> Thanx
> 
> 
> 
> Fred
> 
> 
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> Development Mailing List                       [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]
> 
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to