]> git.ipfire.org Git - thirdparty/openssl.git/commit
APPS: Make fallback opt_[u]intmax() implementations based on long
authorRichard Levitte <levitte@openssl.org>
Fri, 18 Jun 2021 08:54:01 +0000 (10:54 +0200)
committerPauli <pauli@openssl.org>
Tue, 22 Jun 2021 09:50:04 +0000 (19:50 +1000)
commit2086818a3142510031f58cfac85747d0393637ed
tree90db2be0b76548d28f0dd136abf2dc86edd8dc0f
parent08ee6addf7343e7523db47dcc7e84e1670d52e15
APPS: Make fallback opt_[u]intmax() implementations based on long

Also ensure that opt_intmax() and opt_uintmax() does the right thing
if sizeof([u]intmax_t) is smaller than sizeof(ossl_[u]intmax_t).

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15825)
apps/include/opt.h
apps/lib/opt.c