Hello,
> I modified my code to add the following two lines after initializing
> the ssl library with SSL_library_init():
> -------
> RAND_write_file("prngseed.dat");
> RAND_load_file("prngseed.dat", -1);
> -------
> And this solved the problem on HPUX.
This is not good solution.
You should install PRNG on your HP-UX system.

Best regards,
-- 
Marek Marcola <[EMAIL PROTECTED]>

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to