commit | 8ab53b193a8e95bb2998744bc184146eb1ddcc23 | [log] [tgz] |
---|---|---|
author | Pauli <paul.dale@oracle.com> | Wed Mar 06 13:50:54 2019 +1000 |
committer | Pauli <paul.dale@oracle.com> | Wed Mar 06 13:50:54 2019 +1000 |
tree | f11282f353f0a813a012f43ac1bd38b2a5a984c4 | |
parent | 7120f1e7c74c8220f43fd28ac7303c0cab29dabe [diff] |
Make the sparse array code use ossl_uintmax_t as its index rather than size_t. This should never reduce the range covered and might increase it on some platforms. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8415)