providers/implementations/exchange/kdf_exch.c: fix unavailable SIZE_MAX
authorRichard Levitte <levitte@openssl.org>
Mon, 20 Jun 2022 06:23:27 +0000 (08:23 +0200)
committerMatt Caswell <matt@openssl.org>
Mon, 20 Jun 2022 09:11:43 +0000 (10:11 +0100)
commitc6010d1a1020223274de39e3ce25643b33dac80d
tree6b4ec29e90e927011d893955b3bbad96797841cc
parent8547cd6790881cbba0f20aa4ce048243065a24bf
providers/implementations/exchange/kdf_exch.c: fix unavailable SIZE_MAX

SIZE_MAX is used in a recent fix of this file, but without including
internal/numbers.h, so that macro ends up not existing on some platforms,
resulting in build failures.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18605)
providers/implementations/exchange/kdf_exch.c