1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-16 06:15:24 +00:00

Fix: Typo

This commit is contained in:
Philipp Schafft 2020-10-22 10:42:51 +00:00
parent 75fc9bb751
commit 5ecf76e5d1

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)