From 3c107da2a971630be1512c2ceb899ca4825c7eed Mon Sep 17 00:00:00 2001 From: Daniel Pouzzner Date: Mon, 6 Mar 2023 15:23:14 -0600 Subject: [PATCH] wolfssl/openssl/bn.h: fix bugprone-macro-parentheses. --- wolfssl/openssl/bn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfssl/openssl/bn.h b/wolfssl/openssl/bn.h index 91a844413..4cad216e9 100644 --- a/wolfssl/openssl/bn.h +++ b/wolfssl/openssl/bn.h @@ -66,7 +66,7 @@ typedef struct WOLFSSL_BIGNUM { #endif #endif -#define WOLFSSL_BN_RAND_TOP_ANY -1 +#define WOLFSSL_BN_RAND_TOP_ANY (-1) #define WOLFSSL_BN_RAND_TOP_ONE 0 #define WOLFSSL_BN_RAND_TOP_TWO 1