Re: Problem found when upgrade to openssl-0.9.5

2000-03-03 Thread Bodo Moeller
Dennis Xu <[EMAIL PROTECTED]>: > When I upgrade my applications by using openssl-0.9.5 beta1 to > replace openssl-0.9.4, at running time I found: > "error:02001003:system library:fopen:BN lib" when function called > at: SSL_CTX_load_verify_locations(ssl, caPath, caFile); > > I compile and run bo

Problem found when upgrade to openssl-0.9.5

2000-02-25 Thread Dennis Xu
When I upgrade my applications by using openssl-0.9.5 beta1 to replace openssl-0.9.4, at running time I found: "error:02001003:system library:fopen:BN lib" when function called at:  SSL_CTX_load_verify_locations(ssl, caPath, caFile);   I compile and run both version in the same environment. W