mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-01 10:06:53 +03:00
Remove a few dead stores
This commit is contained in:
committed by
Paul Bakker
parent
9e987edf9f
commit
7c59363a85
@ -105,7 +105,7 @@ static int block_cipher_df( unsigned char *output,
|
||||
unsigned char tmp[CTR_DRBG_SEEDLEN];
|
||||
unsigned char key[CTR_DRBG_KEYSIZE];
|
||||
unsigned char chain[CTR_DRBG_BLOCKSIZE];
|
||||
unsigned char *p = buf, *iv;
|
||||
unsigned char *p, *iv;
|
||||
aes_context aes_ctx;
|
||||
|
||||
int i, j;
|
||||
|
Reference in New Issue
Block a user