We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a24ea6f commit e0d670bCopy full SHA for e0d670b
1 file changed
wolfcrypt/test/test.c
@@ -31264,8 +31264,6 @@ static wc_test_ret_t openssl_aes_cbc_test(void)
31264
if (outlen != 16)
31265
return WC_TEST_RET_ENC_NC;
31266
total += outlen;
31267
- if (total != 32)
31268
- return 3408;
31269
31270
wolfSSL_EVP_CIPHER_CTX_cleanup(en);
31271
@@ -31333,8 +31331,6 @@ static wc_test_ret_t openssl_aes_cbc_test(void)
31333
31331
31334
31332
31335
31336
31337
- return WC_TEST_RET_ENC_NC;
31338
31339
31340
0 commit comments