Branch: refs/heads/master
  Home:   https://github.openssl.org/openssl/openssl
  Commit: c6010d1a1020223274de39e3ce25643b33dac80d
      
https://github.openssl.org/openssl/openssl/commit/c6010d1a1020223274de39e3ce25643b33dac80d
  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)


Reply via email to