[openssl]  master update
    Dr. Paul Dale 
    pauli at openssl.org
       
    Mon Feb  7 00:57:28 UTC 2022
    
    
  
The branch master has been updated
       via  25a0a44dc6223e515f5e91e41798cccf09c5612b (commit)
      from  984cc9a0284ee4800862aa305f9f178827baf459 (commit)
- Log -----------------------------------------------------------------
commit 25a0a44dc6223e515f5e91e41798cccf09c5612b
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)
-----------------------------------------------------------------------
Summary of changes:
 apps/speed.c | 1 +
 1 file changed, 1 insertion(+)
diff --git a/apps/speed.c b/apps/speed.c
index 89a55c4efa..a790f280db 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