mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-05 13:50:49 +02:00
remove logically dead code
remove unused total value
This commit is contained in:
@@ -31263,9 +31263,6 @@ static wc_test_ret_t openssl_aes_cbc_test(void)
|
||||
return WC_TEST_RET_ENC_NC;
|
||||
if (outlen != 16)
|
||||
return WC_TEST_RET_ENC_NC;
|
||||
total += outlen;
|
||||
if (total != 32)
|
||||
return 3408;
|
||||
|
||||
wolfSSL_EVP_CIPHER_CTX_cleanup(en);
|
||||
|
||||
@@ -31332,9 +31329,6 @@ static wc_test_ret_t openssl_aes_cbc_test(void)
|
||||
return WC_TEST_RET_ENC_NC;
|
||||
if (outlen != 16)
|
||||
return WC_TEST_RET_ENC_NC;
|
||||
total += outlen;
|
||||
if (total != 32)
|
||||
return WC_TEST_RET_ENC_NC;
|
||||
|
||||
wolfSSL_EVP_CIPHER_CTX_cleanup(en);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user