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]


Reply via email to