I found an error. In crypto/bio/bss_sock.c in the function
BIO_sock_should_retry you have something like this:
#if defined(OPENSSL_SYS_WINDOWS) && 0 /* more microsoft stupidity? perhaps not?
Ben 4/1/99 */
if ((i == -1) && (err == 0))
return(1);
#endif
jus
Hi all,
my program uses openssl and is tested under HP-UX B.11.11, Solaris 8,9
and 10, and on a couple of Linux flavours. It works with all of them.
I am right now porting my software to AIX 5.3, and now I seeem to have
some problems with the openssl part. I use non-blocking sockets and use
SSL_