commit | c7dd5f301f5081972002cd3c64b3e2ddd5acfb9a | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@chromium.org> | Wed Oct 01 14:31:11 2014 -0400 |
committer | Adam Langley <agl@google.com> | Wed Oct 01 19:00:48 2014 +0000 |
tree | 1a4b75fd858f96591bfc57bb44f5b9dd0f5ea835 | |
parent | 180d1eb04c8f9205187d22c9f5187985cedf1177 [diff] |
ERR_GET_* macros return int. The corresponding constants are ints, so these should match. This appeases MSVC on some Chromium DCHECK. Change-Id: I7a5db41fa072c2850841a102917163af5e90d860 Reviewed-on: https://boringssl-review.googlesource.com/1867 Reviewed-by: Adam Langley <agl@google.com>