~pavel-pimenov/dcplusplus/flylinkdc-mediainfo

« back to all changes in this revision

Viewing changes to boost/boost/asio/ssl/old/detail/openssl_operation.hpp

  • Committer: pavel pimenov
  • Date: 2013-06-21 16:01:07 UTC
  • mfrom: (2636.1.678 trunk)
  • Revision ID: pavel.pimenov@gmail.com-20130621160107-icvvzptxavbbbhpx
* [merge]

Show diffs side-by-side

added added

removed removed

Lines of Context:
154
154
                // For connect/accept/shutdown, the operation
155
155
                // is done, when return code is 1
156
156
                // for write, it is done, when is retcode > 0
157
 
                // for read, is is done when retcode > 0
 
157
                // for read, it is done when retcode > 0
158
158
 
159
159
    int error_code =  !is_operation_done ?
160
160
          ::SSL_get_error( session_, rc ) :