[openssl] master update

matthias.st.pierre at ncp-e.com matthias.st.pierre at ncp-e.com
Mon Oct 26 05:25:23 UTC 2020


The branch master has been updated
       via  b6120b5f5442c3ddd081a9378ec89b888c3bb0fe (commit)
      from  d1fb6b481b1d70932a1435f83eae10cc68edbe36 (commit)


- Log -----------------------------------------------------------------
commit b6120b5f5442c3ddd081a9378ec89b888c3bb0fe
Author: Kan <chenxinpingc2306 at 163.com>
Date:   Mon Sep 21 00:27:29 2020 +0800

    Add parentheses to fix PCLINT Info:773
    
    Fixes #7930
    CLA: trivial
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
    Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre at ncp-e.com>
    (Merged from https://github.com/openssl/openssl/pull/12927)

-----------------------------------------------------------------------

Summary of changes:
 include/openssl/ssl.h.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/openssl/ssl.h.in b/include/openssl/ssl.h.in
index edcd9819fa..8a86e2d24f 100644
--- a/include/openssl/ssl.h.in
+++ b/include/openssl/ssl.h.in
@@ -681,7 +681,7 @@ __owur int SRP_Calc_A_param(SSL *s);
 # endif
 
 /* 100k max cert list */
-# define SSL_MAX_CERT_LIST_DEFAULT 1024*100
+# define SSL_MAX_CERT_LIST_DEFAULT (1024*100)
 
 # define SSL_SESSION_CACHE_MAX_SIZE_DEFAULT      (1024*20)
 


More information about the openssl-commits mailing list