summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stun/rand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stun/rand.c b/stun/rand.c
index 3ac6741..25dc402 100644
--- a/stun/rand.c
+++ b/stun/rand.c
@@ -45,7 +45,7 @@
#include <windows.h>
#include <wincrypt.h>
-void nice_RAND_bytes (uint8_t *dst, int len)
+void nice_RAND_nonce (uint8_t *dst, int len)
{
HCRYPTPROV hCryptProv;
LPCSTR container = "Libnice key container";