]> git.ipfire.org Git - thirdparty/openssl.git/commit
test: add some integral type size sanity checks
authorPauli <pauli@openssl.org>
Fri, 18 Jun 2021 23:54:55 +0000 (09:54 +1000)
committerPauli <pauli@openssl.org>
Tue, 6 Jul 2021 08:42:12 +0000 (18:42 +1000)
commitef1e0242a9aec5210845df86162c0b9219ff0f11
tree1606ff65a95d8940e5f09c18ee1fc5ebf62dc74a
parent4e20d04ee0e7be2061c1e5d2c2c8d714b7923c89
test: add some integral type size sanity checks

With the recent problem on VMS of maxint_t being defined as a 32 bit integer
despite OpenSSL mandating 64 bit integers being available, it seems prudent
to add some sanity checks for out integral types.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15830)
test/sanitytest.c