[openssl/openssl] abebce: providers/implementations/exchange/kdf_exch.c: fix...

Richard Levitte noreply at reply.github.openssl.org
Mon Jun 20 09:18:13 UTC 2022


  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 <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