SSL_write SSL_ERROR_SYSCALL problem

2005-07-19 Thread Eustanos
Hi developers, The problem is as follows: I want to send ie. 24297 bytes using SSL_write() function. But this function returns -1, SSL_get_error tells() this is SSL_ERROR_WANT_WRITE. Immediately I call SSL_write() second time (with same params) as stated in documentation. After that second call

MSVC 2005 compilation problem

2005-07-19 Thread Eustanos
Hello developers, How to correclty build openssl-0.9.8 using MS Visual 2005. Most of the functions are deprecated by the C++ runtime and compiler stops with error codes. How to compile it correctly ? Thank you, Mariusz Ciepły.