Skip to content

Commit b059300

Browse files
committed
fixes 4
1 parent b563ccf commit b059300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/switch_utils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4873,7 +4873,7 @@ SWITCH_DECLARE(int) switch_rand(void)
48734873
}
48744874

48754875

4876-
static SWITCH_DECLARE(int) _switch_getentropy(void *buffer, switch_size_t length)
4876+
static int _switch_getentropy(void *buffer, switch_size_t length)
48774877
{
48784878
#ifdef WIN32
48794879
BCRYPT_ALG_HANDLE hAlgorithm = NULL;

0 commit comments

Comments
 (0)