12 lines
372 B
Diff
12 lines
372 B
Diff
--- libnice-0.1.14/stun/rand.c.orig 2018-02-01 08:08:04.793434800 +0300
|
|
+++ libnice-0.1.14/stun/rand.c 2018-02-01 08:08:35.320758800 +0300
|
|
@@ -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";
|