Skip to content

Commit

Permalink
fix compile error (SIZE_MAX not found) on HP-UX
Browse files Browse the repository at this point in the history
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 #21562)
  • Loading branch information
johnkohl-hcl authored and paulidale committed Jul 28, 2023
1 parent ae29622 commit 7f14656
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ssl/priority_queue.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 7f14656

Please sign in to comment.