Commit e8312e66 authored by Edward Hervey's avatar Edward Hervey Committed by Edward Hervey

stun: Also rename windows-specific function

Like all other instances of nice_RAND_bytes that were renamed
to nice_RAND_nonce.

Fixes the windows build
parent ec57d333
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
#include <windows.h> #include <windows.h>
#include <wincrypt.h> #include <wincrypt.h>
void nice_RAND_bytes (uint8_t *dst, int len) void nice_RAND_nonce (uint8_t *dst, int len)
{ {
HCRYPTPROV hCryptProv; HCRYPTPROV hCryptProv;
LPCSTR container = "Libnice key container"; LPCSTR container = "Libnice key container";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment