mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
Fix: Typo
This commit is contained in:
parent
75fc9bb751
commit
5ecf76e5d1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user