commit | 338fcafe763be2ba6e65f00e6a8c9b820e530fcc | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@chromium.org> | Thu Dec 11 01:20:52 2014 -0500 |
committer | Adam Langley <agl@google.com> | Sat Dec 13 22:28:58 2014 +0000 |
tree | 399f6c361097f30c6822222b34dfaa8fd3216105 | |
parent | f080ecd86d053a4c6961cd0a00423972752eb796 [diff] |
Mark SSL3_ENC_METHODs const and remove an unused one. There's an undefined one not used anywhere. The others ought to be const. Also move the forward declaration to ssl.h so we don't have to use the struct name. Change-Id: I76684cf65255535c677ec19154cac74317c289ba Reviewed-on: https://boringssl-review.googlesource.com/2561 Reviewed-by: Adam Langley <agl@google.com>