Title: RAND function using OpenSSL 0.9.7 (A Solution)

Hi All,


I change a function call and it works fine now. I do not know if this is the real way to solve my problem but this provide a solution.

In file pkg.modssl/ssl_engine_int.c:
move "ssl_init_Engine(s, p);" function call before "ssl_init_SSLLibrary();" function call instead of after.

In fact if you want to use ENGINE default functionnalities you muste set ENGINE before everything.


Regards
Fred

Reply via email to