forked from wolfSSL/wolfssl
wolfssl/openssl/bn.h: fix bugprone-macro-parentheses.
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user