1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-11 20:10:42 +00:00
This commit is contained in:
Aron Podrigal 2025-01-15 16:24:18 -06:00
parent d6b17a0f15
commit 323e907011

@ -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;