From 7288179d1218f8e0308455d4d58346aec268eb2e Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Fri, 23 Feb 2018 09:09:35 +0000 Subject: win32: make /dev/urandom more random --- include/mingw.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/mingw.h') diff --git a/include/mingw.h b/include/mingw.h index 46be4dc23..8f7e529ba 100644 --- a/include/mingw.h +++ b/include/mingw.h @@ -481,3 +481,5 @@ int err_win_to_posix(DWORD winerr); ULONGLONG CompatGetTickCount64(void); #define GetTickCount64 CompatGetTickCount64 + +ssize_t get_random_bytes(void *buf, ssize_t count); -- cgit v1.2.3-55-g6feb