Barton, Christopher wrote:
I'm using OpenVPN 2.0.5 with OpenSSL built against PRNGD on Solaris 8 (sparc). On startup, I always got "ERROR: Random number generator cannot obtain entro <<openvpn-2.0.5-initprng.patch>> py for PRNG". I fixed it with the attached patch.
Christopher,
This patch doesn't appear to be portable (for example win32 lacks srand48 and lrand48).
I can accept it if either you make the patch portable across all of the platforms which OpenVPN supports, or ifdef it out to the versions of Solaris which need it.
Thanks, James