commit | 46a7ca0fa3c2f518e17e15dbe7cebd6b4970e9b9 | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@google.com> | Mon Jan 05 16:29:28 2015 -0800 |
committer | Adam Langley <agl@google.com> | Tue Jan 06 18:47:49 2015 +0000 |
tree | d0da763bb2e18d50ac8586a7ffc5074f8df6a4fd | |
parent | 780d6dd0fed62edfc6e90930c59ee255387f9332 [diff] |
Condition the use of UI64 on _MSC_VER. Using OPENSSL_WINDOWS for this is inaccurate because it's really a feature of the compiler, not the platform. I think it's only MSVC that uses the UI64 suffix. Change-Id: I4a95961b94e69e72b93f5ed1e0457661b74242c8 Reviewed-on: https://boringssl-review.googlesource.com/2730 Reviewed-by: David Benjamin <davidben@chromium.org> Reviewed-by: Adam Langley <agl@google.com>