mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-11 20:10:42 +00:00
fixes 4
This commit is contained in:
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user