Files
platform-external-webrtc/rtc_base
Jiawei Ou 018dd6e9d1 Refer to the underlying object when reporting the state of SSL basic I/O
The reasons behind this change:

1. In OpenSSL 1.1.0. BIO will be an opaque object. We won't have direct access to the `num` field.
2. `num` is only used by OpenSSL provided BIOs and different types of BIOs use num differently.
WebRTC is providing its own customized BIO implementation, it probably shouldn't piggyback into
this internal field to store the stream/socket state.
4. We can access the stream/socket state directly using the underlying object anyway.


Bug: webrtc:8817
Change-Id: I41cdd2920fba378e312e8436a7b9733381555522
Reviewed-on: https://webrtc-review.googlesource.com/46360
Commit-Queue: Jiawei Ou <ouj@fb.com>
Reviewed-by: Tommi <tommi@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21814}
2018-01-30 21:07:18 +00:00
..
2017-11-25 19:03:41 +00:00
2017-11-27 13:56:22 +00:00
2017-12-18 08:44:43 +00:00
2017-12-18 09:21:03 +00:00
2018-01-25 19:12:14 +00:00
2017-12-18 09:21:03 +00:00
2017-12-18 09:21:03 +00:00
2017-12-18 08:44:43 +00:00
2017-12-18 08:44:43 +00:00