mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
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:
parent
ae29622f39
commit
7f14656e1c
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user