1
0
Fork 0

Fix: Typo

This commit is contained in:
Philipp Schafft 2020-10-22 10:42:51 +00:00
parent 75fc9bb751
commit 5ecf76e5d1
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ static int initialized = 0;
static mutex_t digest_a_lock;
static mutex_t digest_b_lock;
static digest_t * digest_a; // protected by digest_a_lock
static digest_t * digest_b; // protected by digest_h_lock
static digest_t * digest_b; // protected by digest_b_lock
static size_t before_reseed; // protected by digest_a_lock
static void prng_initial_seed(void)