commit | e635e9807dab10c38dbd0adc5a5eccac0fc4b6fb | [log] [tgz] |
---|---|---|
author | Jiawei Ou <ouj@fb.com> | Thu Jul 26 18:31:28 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Jul 27 17:34:56 2018 |
tree | aa9b832ed694e887830e52bdbe939fd018d64975 | |
parent | 0b0f3596bd27d2d0b92ed82e74c3c891163b17b7 [diff] |
Fix compilation error of opensslutility.cc when compiling with OpenSSL. https://webrtc-review.googlesource.com/c/64841/ added LogSSLErrors(..) with used two new OpenSSL ERR_get_error() and ERR_error_string_n() without including the proper header from OpenSSL. TBR=kwiberg@webrtc.org Bug: webrtc:9567 Change-Id: I118a5e18243828a3e3dfd287a0c41fe1bc5e4ad3 Reviewed-on: https://webrtc-review.googlesource.com/90820 Commit-Queue: Steve Anton <steveanton@webrtc.org> Reviewed-by: Benjamin Wright <benwright@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24136}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.