[openssl.org #1657] FW: Port to AIX

2014-06-30 Thread Rich Salz via RT
Very old release, unsupported platform, closing ticket. __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

[openssl.org #1657] FW: Port to AIX

2008-03-25 Thread Michael Saladin via RT
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 just