Skip to content

Commit

Permalink
Fix SIZE_MAX not defined on z/OS etc
Browse files Browse the repository at this point in the history
Fixes #17629 by including internal/numbers.h which defines SIZE_MAX

CLA: trivial

Fixes #17629

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from #17632)
  • Loading branch information
nkitan authored and paulidale committed Feb 7, 2022
1 parent 984cc9a commit 25a0a44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/speed.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include <math.h>
#include "apps.h"
#include "progs.h"
#include "internal/numbers.h"
#include <openssl/crypto.h>
#include <openssl/rand.h>
#include <openssl/err.h>
Expand Down

0 comments on commit 25a0a44

Please sign in to comment.