]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add parentheses to fix PCLINT Info:773
authorKan <chenxinpingc2306@163.com>
Sun, 20 Sep 2020 16:27:29 +0000 (00:27 +0800)
committerDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>
Mon, 26 Oct 2020 05:23:55 +0000 (06:23 +0100)
Fixes #7930
CLA: trivial

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/12927)

include/openssl/ssl.h.in

index edcd9819fa6c06111fcae3fcc09c72a68b24e96c..8a86e2d24fc80ecb63e085dfe6748f20a26f5dca 100644 (file)
@@ -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)