seedrng: remove redundant assignment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
4648754119
commit
0bca489b24
@ -166,7 +166,7 @@ int seedrng_main(int argc UNUSED_PARAM, char *argv[])
|
|||||||
int fd, dfd;
|
int fd, dfd;
|
||||||
uint8_t new_seed[MAX_SEED_LEN];
|
uint8_t new_seed[MAX_SEED_LEN];
|
||||||
size_t new_seed_len;
|
size_t new_seed_len;
|
||||||
bool new_seed_creditable, skip_credit = false;
|
bool new_seed_creditable, skip_credit;
|
||||||
struct timespec timestamp;
|
struct timespec timestamp;
|
||||||
sha256_ctx_t hash;
|
sha256_ctx_t hash;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user