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
|
#ifdef WIN32
|
||||||
BCRYPT_ALG_HANDLE hAlgorithm = NULL;
|
BCRYPT_ALG_HANDLE hAlgorithm = NULL;
|
||||||
|
|
Loading…
Reference in New Issue