mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-28 07:12:19 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user