commit | d0f257dc2c747485108fa236a1ea96a94ec5665f | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@chromium.org> | Sun Nov 30 02:27:55 2014 -0500 |
committer | Adam Langley <agl@google.com> | Tue Dec 02 19:43:01 2014 +0000 |
tree | 4529f834a005770a62d604e8a15ef990e37f4a2d | |
parent | 128dbc30f65f8572f3907614106199185cd6e3b2 [diff] |
Don't manually extern OPENSSL_ia32cap_P. This probably snuck in when adapting the code from upstream. There's a header file for it now. (Also it's uint32_t now rather than unsigned int.) Change-Id: Ie8f45bc7a88988744174182a70512c0eff37cc1c Reviewed-on: https://boringssl-review.googlesource.com/2441 Reviewed-by: Adam Langley <agl@google.com>