commit | 05ead68a0f1e85feb8300322c0094b8cfd0bb3db | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@google.com> | Wed May 27 15:46:26 2015 -0700 |
committer | Adam Langley <agl@google.com> | Wed May 27 15:48:29 2015 -0700 |
tree | b041b0c77d2f38ffe2e1e490574e13ec4edbaea8 | |
parent | 71106adf89e861da0ea32a64307bf778167dce4f [diff] |
Readd CRYPTO_{LOCK|UNLOCK|READ|WRITE}. These defines are part of the the locking callbacks which have been removed. However, code that still tries to provide locking callbacks will need these values to compile. The locking callback that such code tries to install will be ignored, but that's harmless since BoringSSL handles locking itself now. Change-Id: Ic84da8b52020ccd3ecc8913b4e41d366690c7649