It works in my application.

Daryl

-----Original Message-----
From: Jeff Roberts [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 28, 2002 11:47 AM
To: [EMAIL PROTECTED]
Subject: re[4]: HELP, SSL_connect fails !


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]

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to