summaryrefslogtreecommitdiff
path: root/stun/rand.h
diff options
context:
space:
mode:
Diffstat (limited to 'stun/rand.h')
-rw-r--r--stun/rand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stun/rand.h b/stun/rand.h
index 0ed0263..4266a4f 100644
--- a/stun/rand.h
+++ b/stun/rand.h
@@ -45,6 +45,6 @@
#include <stdint.h>
#endif
-void nice_RAND_bytes (uint8_t *dst, int len);
+void nice_RAND_nonce (uint8_t *dst, int len);
#endif /* RAND_H */