commit | dfb67134dc029f0ed6001dfc8c0e2a04e136ffa6 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@chromium.org> | Fri May 08 12:45:40 2015 -0400 |
committer | Adam Langley <agl@google.com> | Fri May 08 18:00:46 2015 +0000 |
tree | 41344f41783066923734194e17819557e116d94b | |
parent | 0d107e183ecadafe7ff207914394b2291758ed82 [diff] |
Define CRYPTO_once_t as LONG on Windows. This is used with a platform API, so it should use the corresponding platform type, saving us the size assert. It's ever defined in an internal header, so we can freely use windows.h and friends. Change-Id: Idc979309436adcf54524c835ddc2c98c3870d2e2 Reviewed-on: https://boringssl-review.googlesource.com/4680 Reviewed-by: Adam Langley <agl@google.com>