summaryrefslogtreecommitdiff
path: root/providers/fips
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2023-03-20 08:09:40 +0100
committerPauli <pauli@openssl.org>2023-03-21 19:05:25 +1100
commit4b738c1ac945a3f1a985df79ff8c37a23d2f2fe0 (patch)
tree4795dbc276efd4142662d106c1d33da200f991b1 /providers/fips
parent41c3c71382f31a5a913bd09a74295d101d837055 (diff)
downloadopenssl-new-4b738c1ac945a3f1a985df79ff8c37a23d2f2fe0.tar.gz
providers/implementations/kdfs/argon2.c: Don't use UINT64_C
With less than C99 compilers, this macro isn't guaranteed to exist, and the value passed to it is 32 bits, so explicitly ending it with 'UL' is correct in all cases. We simply leave it to the compiler to extend it appropriately for uint64_t. Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20547)
Diffstat (limited to 'providers/fips')
0 files changed, 0 insertions, 0 deletions