[openssl] openssl-3.0 update
Dr. Paul Dale
pauli at openssl.org
Mon Feb 7 00:57:58 UTC 2022
The branch openssl-3.0 has been updated
via 71efa57da1cc6ae6ab731b9127189c101ce6f908 (commit)
from 25e02422374d4c5e7327320513230339db9b180b (commit)
- Log -----------------------------------------------------------------
commit 71efa57da1cc6ae6ab731b9127189c101ce6f908
Author: Ankit Das <ankitdas2k at gmail.com>
Date: Wed Feb 2 23:38:41 2022 +0530
Fix SIZE_MAX not defined on z/OS etc
Fixes openssl#17629 by including internal/numbers.h which defines SIZE_MAX
CLA: trivial
Fixes #17629
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17632)
(cherry picked from commit 25a0a44dc6223e515f5e91e41798cccf09c5612b)
-----------------------------------------------------------------------
Summary of changes:
apps/speed.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/apps/speed.c b/apps/speed.c
index ada559228d..9be01bb4b2 100644
--- a/apps/speed.c
+++ b/apps/speed.c
@@ -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>
More information about the openssl-commits
mailing list