]> git.ipfire.org Git - thirdparty/openssl.git/commit
hashfunc: add stddef.h include
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 7 Apr 2025 11:29:36 +0000 (13:29 +0200)
committerMatt Caswell <matt@openssl.org>
Tue, 15 Apr 2025 14:29:06 +0000 (15:29 +0100)
commit65ac7698ba8b7010c6127740f18a4c9c12d562c7
tree4bad30601ba1c1344f9c861fbec56ed69325df4b
parente2144cf428acea7db845156eab6afa37cee7bed3
hashfunc: add stddef.h include

size_t is declared in stddef.h, so include the header file to
make sure it is available.  Fixes build on UEFI.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27284)

(cherry picked from commit 44e9c5a3edd199ed7d7fe427fe0e1ef76dc52663)
include/internal/hashfunc.h