[openssl/openssl] c6010d: providers/implementations/exchange/kdf_exch.c: fix...
Richard Levitte
noreply at reply.github.openssl.org
Mon Jun 20 09:18:00 UTC 2022
Branch: refs/heads/master
Home: https://github.openssl.org/openssl/openssl
Commit: c6010d1a1020223274de39e3ce25643b33dac80d
https://github.openssl.org/openssl/openssl/commit/c6010d1a1020223274de39e3ce25643b33dac80d
Author: Richard Levitte <levitte at openssl.org>
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 <tomas at openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit at gmail.com>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18605)
More information about the openssl-commits
mailing list