commit | 770cc380ebcd40b6a05fcd558a34bfe943a1eabe | [log] [tgz] |
---|---|---|
author | Jiayang Liu <jiayl@chromium.org> | Thu May 28 22:36:29 2015 |
committer | Jiayang Liu <jiayl@chromium.org> | Thu May 28 22:36:37 2015 |
tree | 9051ff6b4f2f93e050ff5ff8536c60f423a0686b | |
parent | 35448372be7f7edff8339fa6ab556022dcea4126 [diff] |
Don't call CRYPTO_add in BoringSSL. The old OpenSSL threading hooks were removed in favor of the library knowing about threads internally. Instead of CRYPTO_add, use FOO_up_ref wrappers that don't require reaching into the type. BUG=none R=jiayl@webrtc.org, juberti@google.com Review URL: https://webrtc-codereview.appspot.com/54579004 Cr-Commit-Position: refs/heads/master@{#9324}