Branch: refs/heads/openssl-3.0
Home: https://github.openssl.org/openssl/openssl
Commit: abebcec7b1a30fbb1fd5c5cbbe8817690c139163
https://github.openssl.org/openssl/openssl/commit/abebcec7b1a30fbb1fd5c5cbbe8817690c139163
Author: Richard Levitte <[email protected]>
Date: 2022-06-20 (Mon, 20 Jun 2022)
Changed paths:
M providers/implementations/exchange/kdf_exch.c
Log Message:
-----------
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 <[email protected]>
Reviewed-by: Dmitry Belyavskiy <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/18605)