commit | a90126cdee12b82c2eb1913603c23ce2e906615a | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@google.com> | Wed Dec 14 18:14:53 2016 -0500 |
committer | David Benjamin <davidben@google.com> | Wed Dec 14 18:16:34 2016 -0500 |
tree | 3576b342f3c56157b4383573663a69064a4dd485 | |
parent | eaaa95d0c290d845a4d152b50a61a740bb488611 [diff] |
Use BN_set_u64 rather than manually set values. There's a function to do this already. This also avoids assuming that unsigned long is the same type as BN_ULONG. (This is not true on Windows.) Change-Id: I872666229a0e956d5e2b13cfa6e8ca797e1b0f05 Test: mmm system/keymaster