]> 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:27:38 +0000 (15:27 +0100)
commit44e9c5a3edd199ed7d7fe427fe0e1ef76dc52663
treec43814b5c3e7df60003c8c4b2634eca89fd0ccc8
parent57f94478060faeb688ebbd9fde1aa73abae00636
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)
include/internal/hashfunc.h