Make the sparse array code use ossl_uintmax_t as its index rather than size_t.
authorPauli <paul.dale@oracle.com>
Wed, 6 Mar 2019 03:50:54 +0000 (13:50 +1000)
committerPauli <paul.dale@oracle.com>
Wed, 6 Mar 2019 03:50:54 +0000 (13:50 +1000)
commit8ab53b193a8e95bb2998744bc184146eb1ddcc23
treef11282f353f0a813a012f43ac1bd38b2a5a984c4
parent7120f1e7c74c8220f43fd28ac7303c0cab29dabe
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)
crypto/include/internal/sparse_array.h
crypto/property/property.c
crypto/sparse_array.c
doc/internal/man3/DEFINE_SPARSE_ARRAY_OF.pod
test/sparse_array_test.c