commit | 32ab7b0e74ca8974ee255b75ed9ed71c43700d3c | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@google.com> | Fri Mar 20 16:38:14 2015 -0700 |
committer | Adam Langley <agl@google.com> | Tue Mar 31 22:21:57 2015 +0000 |
tree | 9f0411584cec7997fa78278ea2c72ffe55bca0f6 | |
parent | 3e719319be86e782f3e7440bd9b017888af64897 [diff] |
Use libmingwex for gmtime_s. gmtime_s first appeared in MSVCR80, but libmingwex has a helper function that tries to find the symbol or falls back to an internal implementation. (Patch by Kenny Root.) Change-Id: I96ef9cd7459d7e8202831a4e687dfbc055c9f50b Reviewed-on: https://boringssl-review.googlesource.com/4091 Reviewed-by: Adam Langley <agl@google.com>