@@ -1077,7 +1077,7 @@ static int GetOID(const byte* input, word32* inOutIdx, word32* oid,
10771077static int GetASN_Integer(const byte* input, word32 idx, int length,
10781078 int positive)
10791079{
1080- #if !defined(HAVE_SELFTEST) && !defined(HAVE_FIPS) || \
1080+ #if ( !defined(HAVE_SELFTEST) && !defined(HAVE_FIPS) ) || \
10811081 (defined(HAVE_FIPS_VERSION) && (HAVE_FIPS_VERSION > 2))
10821082 /* Check contents consist of one or more octets. */
10831083 if (length == 0) {
@@ -1125,7 +1125,7 @@ static int GetASN_Integer(const byte* input, word32 idx, int length,
11251125 */
11261126int GetASN_BitString(const byte* input, word32 idx, int length)
11271127{
1128- #if !defined(HAVE_SELFTEST) && !defined(HAVE_FIPS) || \
1128+ #if ( !defined(HAVE_SELFTEST) && !defined(HAVE_FIPS) ) || \
11291129 (defined(HAVE_FIPS_VERSION) && (HAVE_FIPS_VERSION > 2))
11301130 /* Check contents consist of one or more octets. */
11311131 if (length == 0) {
@@ -26480,7 +26480,7 @@ static wcchar END_ENC_PRIV_KEY = "-----END ENCRYPTED PRIVATE KEY-----";
2648026480static wcchar BEGIN_PKCS7 = "-----BEGIN PKCS7-----";
2648126481static wcchar END_PKCS7 = "-----END PKCS7-----";
2648226482#endif
26483- #if defined(HAVE_ECC) || !defined(NO_DSA) && defined(WOLFSSL_PEM_TO_DER)
26483+ #if ( defined(HAVE_ECC) || !defined(NO_DSA) ) && defined(WOLFSSL_PEM_TO_DER)
2648426484 static wcchar BEGIN_DSA_PRIV = "-----BEGIN DSA PRIVATE KEY-----";
2648526485 static wcchar END_DSA_PRIV = "-----END DSA PRIVATE KEY-----";
2648626486#endif
0 commit comments