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]