This commit is contained in:
Aron Podrigal 2025-01-15 16:24:18 -06:00
parent d6b17a0f15
commit 323e907011
1 changed files with 1 additions and 1 deletions

View File

@ -4873,7 +4873,7 @@ SWITCH_DECLARE(int) switch_rand(void)
}
static SWITCH_DECLARE(int) _switch_getentropy(void *buffer, switch_size_t length)
static int _switch_getentropy(void *buffer, switch_size_t length)
{
#ifdef WIN32
BCRYPT_ALG_HANDLE hAlgorithm = NULL;