[openssl/openssl] 46ce08: providers/implementations/kdfs/argon2.c: Include o...

Richard Levitte noreply at github.com
Sat Mar 18 05:42:22 UTC 2023


  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: 46ce0854db51e373ab6ed4982431349107cd9b6d
      https://github.com/openssl/openssl/commit/46ce0854db51e373ab6ed4982431349107cd9b6d
  Author: Richard Levitte <levitte at openssl.org>
  Date:   2023-03-17 (Fri, 17 Mar 2023)

  Changed paths:
    M providers/implementations/kdfs/argon2.c

  Log Message:
  -----------
  providers/implementations/kdfs/argon2.c: Include openssl/e_os2.h instead of stdint.h

<stdint.h> may not exist with pre-C99 compilers.  <openssl/e_os2.h> deals
with that, so include it instead.

Similarly, include "internal/numbers.h" rather than <limits.h>, to deal
with things that may be lacking in the latter.

Reviewed-by: Dmitry Belyavskiy <beldmit at gmail.com>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20537)




More information about the openssl-commits mailing list