commit | 123a8fdb98b73bc887db7fce328080d8d021b578 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@chromium.org> | Sun Apr 26 14:16:41 2015 -0400 |
committer | Adam Langley <agl@google.com> | Wed May 06 22:11:15 2015 +0000 |
tree | beaf49a4c1e966e812174aea9351346a8ef7434b | |
parent | 8c24980d833221df8be36ff43e058bea00c19dd8 [diff] |
Switch options and mode bits to uint32_t from unsigned long. This is a bitmask, so the number of bits available should be the same across all platforms. Change-Id: I98e8d375fc7d042aeae1270174bc8fc63fba5dfc Reviewed-on: https://boringssl-review.googlesource.com/4556 Reviewed-by: Adam Langley <agl@google.com>