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