Test was never called

This commit is contained in:
Andras Fekete 2024-10-09 09:20:17 -04:00
parent ce9d0e236c
commit d3f143aa2a
1 changed files with 2 additions and 0 deletions

View File

@ -14004,6 +14004,8 @@ WOLFSSL_TEST_SUBROUTINE wc_test_ret_t aes_cbc_test(void)
ERROR_OUT(WC_TEST_RET_ENC_NC, out);
}
#endif /* HAVE_AES_DECRYPT */
aes_cbc_oneshot_test();
}
#endif /* WOLFSSL_AES_128 && !HAVE_RENESAS_SYNC */