From: Kan Date: Sun, 20 Sep 2020 16:27:29 +0000 (+0800) Subject: Add parentheses to fix PCLINT Info:773 X-Git-Tag: openssl-3.0.0-alpha8~31 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b6120b5f5442c3ddd081a9378ec89b888c3bb0fe;p=thirdparty%2Fopenssl.git Add parentheses to fix PCLINT Info:773 Fixes #7930 CLA: trivial Reviewed-by: Richard Levitte Reviewed-by: Shane Lontis Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/12927) --- diff --git a/include/openssl/ssl.h.in b/include/openssl/ssl.h.in index edcd9819fa6..8a86e2d24fc 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)