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)
This commit is contained in:
Gerd Hoffmann 2025-04-07 13:29:36 +02:00 committed by Matt Caswell
parent 57f9447806
commit 44e9c5a3ed
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
# define OPENSSL_HASHFUNC_H
# include <openssl/e_os2.h>
# include <stddef.h>
/**
* Generalized fnv1a 64 bit hash function
*/