wolfssl/openssl/bn.h: fix bugprone-macro-parentheses.

This commit is contained in:
Daniel Pouzzner
2023-03-06 15:23:14 -06:00
parent 0a90b2d354
commit 3c107da2a9

View File

@ -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