mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Remove a few dead stores
This commit is contained in:
parent
9e987edf9f
commit
7c59363a85
7 changed files with 6 additions and 18 deletions
|
|
@ -1097,8 +1097,6 @@ static int ssl_encrypt_buf( ssl_context *ssl )
|
|||
unsigned char add_data[13];
|
||||
int ret = POLARSSL_ERR_SSL_FEATURE_UNAVAILABLE;
|
||||
|
||||
enc_msglen = ssl->out_msglen;
|
||||
|
||||
memcpy( add_data, ssl->out_ctr, 8 );
|
||||
add_data[8] = ssl->out_msgtype;
|
||||
add_data[9] = ssl->major_ver;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue