Is this the right coding or not ? int rval; if ((rval = SSL_connect(con)) != 1) { int err = SSL_get_error(con, rval); /* handle the error here */ } else { // good return } ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
- re[2]: HELP, SSL_connect fails ! Jeff Roberts
- RE: re[2]: HELP, SSL_connect fails ! Daryl Odnert
- re[4]: HELP, SSL_connect fails ! Jeff Roberts
- RE: re[2]: HELP, SSL_connect fails ! Neff Robert A
- RE: HELP, SSL_connect fails ! Jeff Roberts
- RE: HELP, SSL_connect fails ! Daryl Odnert
- RE: HELP, SSL_connect fails ! Neff Robert A