openssl/providers/implementations/exchange
Richard Levitte c6010d1a10 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)
2022-06-20 10:11:43 +01:00
..
build.info Drop libimplementations.a 2021-05-07 10:17:23 +02:00
dh_exch.c Update copyright year 2022-05-03 13:34:51 +01:00
ecdh_exch.c Update copyright year 2022-05-03 13:34:51 +01:00
ecx_exch.c Add ossl_ ecx symbols 2021-03-18 17:52:37 +10:00
kdf_exch.c providers/implementations/exchange/kdf_exch.c: fix unavailable SIZE_MAX 2022-06-20 10:11:43 +01:00