> Thanks for the suggestionb but the RAND_poll function already
> pulls from the system right after the big #if 0 block as described
> below in the stetup for the calls.....
>
> if (advapi)
> {
> /*
> * If it's available, then it's available in both ANSI
> * and UNICODE flavors even in Win9x, documentation
> says.
> * We favor Unicode...
> */
> acquire = (CRYPTACQUIRECONTEXTW) GetProcAddress(advapi,
> "CryptAcquireContextW");
> gen = (CRYPTGENRANDOM) GetProcAddress(advapi,
> "CryptGenRandom");
> release = (CRYPTRELEASECONTEXT) GetProcAddress(advapi,
> "CryptReleaseContext");
> }
>
> So, still looking for other suggestions.
Umm, so what's the problem exactly? Did this fail to get entropy from the
system?
DS
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [email protected]
Automated List Manager [EMAIL PROTECTED]