fix compile error (SIZE_MAX not found) on HP-UX

Fixes #21554

CLA: trivial

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21562)
This commit is contained in:
John Kohl 2023-07-26 08:41:31 -04:00 committed by Pauli
parent ae29622f39
commit 7f14656e1c

View File

@ -12,6 +12,7 @@
#include <assert.h>
#include "internal/priority_queue.h"
#include "internal/safe_math.h"
#include "internal/numbers.h"
OSSL_SAFE_MATH_UNSIGNED(size_t, size_t)