RE: win32 + SSL_read + SSL_ERROR_SYSCALL

2001-07-15 Thread Reddie, Steven
[mailto:[EMAIL PROTECTED]]Sent: Thursday, 12 July 2001 11:02 PMTo: [EMAIL PROTECTED]Subject: win32 + SSL_read + SSL_ERROR_SYSCALL Hello,   Sometimes I get -1 back from SSL_read(). Via SSL_get_error(..) the error seems to be SSL_ERROR_SYSCALL. When I call ERR_get_error( ) it returns 0. The SSL

win32 + SSL_read + SSL_ERROR_SYSCALL

2001-07-12 Thread Thomas Jongepier
Hello,   Sometimes I get -1 back from SSL_read(). Via SSL_get_error(..) the error seems to be SSL_ERROR_SYSCALL. When I call ERR_get_error( ) it returns 0. The SSL code is located in a DLL (Multithreaded DLL), but it is loaded in another (MFC) DLL (statically linked). Does anyone have e