Skip to content

Commit 8b2a26a

Browse files
authored
Merge pull request #8054 from bandi13/fixUncalledTest
Test was never called
2 parents 8d3ed05 + d3f143a commit 8b2a26a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

wolfcrypt/test/test.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14070,6 +14070,8 @@ WOLFSSL_TEST_SUBROUTINE wc_test_ret_t aes_cbc_test(void)
1407014070
ERROR_OUT(WC_TEST_RET_ENC_NC, out);
1407114071
}
1407214072
#endif /* HAVE_AES_DECRYPT */
14073+
14074+
aes_cbc_oneshot_test();
1407314075
}
1407414076
#endif /* WOLFSSL_AES_128 && !HAVE_RENESAS_SYNC */
1407514077

0 commit comments

Comments
 (0)