Merge pull request #8054 from bandi13/fixUncalledTest

Test was never called
This commit is contained in:
Daniel Pouzzner
2024-10-10 00:00:07 -05:00
committed by GitHub

View File

@ -14070,6 +14070,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 */