mirror of
https://github.com/strongswan/strongswan.git
synced 2025-12-04 00:00:21 -05:00
drbg-ctr: Remove unused variable
This commit is contained in:
parent
29f7017663
commit
1b96e4a465
@ -94,7 +94,6 @@ static bool encrypt_ctr(private_drbg_ctr_t *this, chunk_t out)
|
||||
chunk_t bl = chunk_alloca(this->value.len);
|
||||
chunk_t block;
|
||||
size_t delta, pos = 0;
|
||||
int bit;
|
||||
|
||||
/* Initialize IV to all zeroes for ECB mode */
|
||||
memset(iv.ptr, 0x00, iv.len);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user