Thanks a lot for the solution. Worked like a charm.
Commented out the following lines of code in RAND_poll():
/*if (netstatget(NULL, L"LanmanWorkstation", 0, 0, &outbuf) == 0)
{
RAND_add(outbuf, sizeof(STAT_WORKSTATION_0), 45);
netfree(outbuf);
}
if (netstatget(NULL, L"LanmanServer", 0, 0, &outbuf) == 0)
{
RAND_add(outbuf, sizeof(STAT_SERVER_0), 17);
netfree(outbuf);
}*/
Rest is as is.
The only thing I think I know is that this would effect the randomness of
the generated random number.
But can you please tell us if the consequences of going ahead with this?
Like, what all areas will have an impact and whether this is a good solution
or not in long run or is there any alternative that we should look out for
NetStatisticsGet?
--
View this message in context:
http://openssl.6102.n7.nabble.com/UAC-related-errors-on-windows-7-64-bit-with-Application-Verifier-tp48377p48402.html
Sent from the OpenSSL - User mailing list archive at Nabble.com.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [email protected]
Automated List Manager [email protected]