]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
fix compile error (SIZE_MAX not found) on HP-UX
authorJohn Kohl <john.kohl@hcl.com>
Wed, 26 Jul 2023 12:41:31 +0000 (08:41 -0400)
committerPauli <pauli@openssl.org>
Fri, 28 Jul 2023 00:50:39 +0000 (10:50 +1000)
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)

ssl/priority_queue.c

index 3caf7e24f9c502952cba40a4c49f13255ef033ec..c34f21830b8d1d0018613506c1948d66f36c0328 100644 (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)