commit | 59015c365b53a855513aaf5f9ff4597df9157ac0 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@chromium.org> | Sun Apr 26 13:13:55 2015 -0400 |
committer | Adam Langley <agl@google.com> | Wed May 06 22:10:47 2015 +0000 |
tree | e26d61928d6e7b938c98dc6b4848da3b2865660b | |
parent | 3457cd943a799fc608e12cf32ef81292e52c90f8 [diff] |
Promote all SSL callback ctrl hooks to proper functions. Document them while I'm here. This adds a new 'preprocessor compatibility section' to avoid breaking #ifdefs. The CTRL values themselves are defined to 'doesnt_exist' to catch anything calling SSL_ctrl directly until that function can be unexported completely. BUG=404754 Change-Id: Ia157490ea8efe0215d4079556a0c7643273e7601 Reviewed-on: https://boringssl-review.googlesource.com/4553 Reviewed-by: Adam Langley <agl@google.com>