commit | fac1e5761ea76c81e971641fffb11ce29ce8ec05 | [log] [tgz] |
---|---|---|
author | Koen Zandberg <koen@bergzand.net> | Thu May 24 11:37:52 2018 +0200 |
committer | Thiago Macieira <thiago.macieira@intel.com> | Fri May 25 11:44:07 2018 -0300 |
tree | a37660cb45181f7a4439cdae20e622aa24ed390d | |
parent | 81fbe2ee1ca8816f521922cec4fbc9d67e43a144 [diff] |
validation: Fix tag array for 8 bit architectures Compilation for 8 bit architectures fails due to a bit shift larger than 8 for a uint8_t data type. This commit changes the data type to uint32_t for the tag array. Signed-off-by: Koen Zandberg <koen@bergzand.net>