mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-11 02:53:31 +02:00
9d0c6cb89c
Same FIPS-header mismatch as the earlier AesSetKey/Cmac guard: the FIPS v2/v5 modules lack AES_IV_FIXED_SZ and GCM_NONCE_MIN/MID/MAX_SZ and declare wc_AesEncryptDirect as void, so test_wc_AesModesArgMcdc and test_wc_AesGcmArgMcdc fail to compile there (fatal under -Werror). Gate both on the modern API with the same idiom used by the other AES-DIRECT tests.
Before creating any new configure files (.conf) read the CONF_FILES_README.md