--- 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 #include -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";