Skip to content

Commit e0d670b

Browse files
committed
remove logically dead code
1 parent a24ea6f commit e0d670b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

wolfcrypt/test/test.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31264,8 +31264,6 @@ static wc_test_ret_t openssl_aes_cbc_test(void)
3126431264
if (outlen != 16)
3126531265
return WC_TEST_RET_ENC_NC;
3126631266
total += outlen;
31267-
if (total != 32)
31268-
return 3408;
3126931267

3127031268
wolfSSL_EVP_CIPHER_CTX_cleanup(en);
3127131269

@@ -31333,8 +31331,6 @@ static wc_test_ret_t openssl_aes_cbc_test(void)
3133331331
if (outlen != 16)
3133431332
return WC_TEST_RET_ENC_NC;
3133531333
total += outlen;
31336-
if (total != 32)
31337-
return WC_TEST_RET_ENC_NC;
3133831334

3133931335
wolfSSL_EVP_CIPHER_CTX_cleanup(en);
3134031336

0 commit comments

Comments
 (0)