tests/api.c: gate test_wc_AesEaxVectors(), test_wc_AesEaxEncryptAuth(), and test_wc_AesEaxDecryptAuth(), on !FIPS || FIPS>=5.3.

wolfcrypt/src/eccsi.c: remove incorrect `(void)h` from eccsi_mulmod_base_add() in newly exposed WOLFSSL_SP_MATH code path.
This commit is contained in:
Daniel Pouzzner
2023-10-16 13:30:16 -05:00
parent d35112064b
commit 3e9f8bc649
2 changed files with 7 additions and 4 deletions

View File

@@ -1376,7 +1376,6 @@ static int eccsi_mulmod_base_add(EccsiKey* key, const mp_int* n,
err = NOT_COMPILED_IN;
}
(void)key;
(void)h;
(void)a;
(void)res;
(void)mp;