aboutsummaryrefslogtreecommitdiff
path: root/shell/Kbuild.src
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2025-10-09 07:49:58 +0100
committerRon Yorston <rmy@pobox.com>2025-10-09 07:49:58 +0100
commit255e7ea4e2a0e3d28c0abf2750f42713eff711d7 (patch)
tree3319e84a7392f9787ed9f93d21d19fc496fd9240 /shell/Kbuild.src
parent88fd5391b0b7bffda946b586adb1fef4d2412e5f (diff)
downloadbusybox-w32-255e7ea4e2a0e3d28c0abf2750f42713eff711d7.tar.gz
busybox-w32-255e7ea4e2a0e3d28c0abf2750f42713eff711d7.tar.bz2
busybox-w32-255e7ea4e2a0e3d28c0abf2750f42713eff711d7.zip
win32: use RtlGenRandom for /dev/urandom
Use the (somewhat ancient) Microsoft RtlGenRandom() function to provide random data for /dev/urandom. Saves 176-240 bytes. (GitHub issue #519)
Diffstat (limited to 'shell/Kbuild.src')
-rw-r--r--shell/Kbuild.src1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/Kbuild.src b/shell/Kbuild.src
index a287fce4e..6bba4989f 100644
--- a/shell/Kbuild.src
+++ b/shell/Kbuild.src
@@ -9,4 +9,3 @@ lib-y:=
9INSERT 9INSERT
10 10
11lib-$(CONFIG_FEATURE_SH_MATH) += math.o 11lib-$(CONFIG_FEATURE_SH_MATH) += math.o
12lib-$(CONFIG_FEATURE_PRNG_SHELL) += random.o