diff options
author | Ron Yorston <rmy@pobox.com> | 2018-02-23 09:09:35 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2018-02-23 09:09:35 +0000 |
commit | 7288179d1218f8e0308455d4d58346aec268eb2e (patch) | |
tree | 9c5381f96accfd5c85d05f66e239ddce1557d4fd /include/mingw.h | |
parent | f46f3503fca50bfb397ed32d805158099a416f64 (diff) | |
download | busybox-w32-7288179d1218f8e0308455d4d58346aec268eb2e.tar.gz busybox-w32-7288179d1218f8e0308455d4d58346aec268eb2e.tar.bz2 busybox-w32-7288179d1218f8e0308455d4d58346aec268eb2e.zip |
win32: make /dev/urandom more random
Diffstat (limited to 'include/mingw.h')
-rw-r--r-- | include/mingw.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); | |||
481 | 481 | ||
482 | ULONGLONG CompatGetTickCount64(void); | 482 | ULONGLONG CompatGetTickCount64(void); |
483 | #define GetTickCount64 CompatGetTickCount64 | 483 | #define GetTickCount64 CompatGetTickCount64 |
484 | |||
485 | ssize_t get_random_bytes(void *buf, ssize_t count); | ||