diff options
author | Ron Yorston <rmy@pobox.com> | 2018-03-22 14:58:29 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2018-03-22 15:11:41 +0000 |
commit | 6cff8357023adb4d5c9daa027522f883f3905f4c (patch) | |
tree | 50964ae864ec3325c2413facaa8efc3a3104f3a6 /shell/Kbuild.src | |
parent | be9b9ed64e658889229e18e3d089df27d8b724c3 (diff) | |
download | busybox-w32-6cff8357023adb4d5c9daa027522f883f3905f4c.tar.gz busybox-w32-6cff8357023adb4d5c9daa027522f883f3905f4c.tar.bz2 busybox-w32-6cff8357023adb4d5c9daa027522f883f3905f4c.zip |
win32: allow use of shell's PRNG for /dev/urandom
Allow either ISAAC or the shell's built-in pseudo-random number
generator to be used for /dev/urandom. The latter is smaller so
it's the default.
Diffstat (limited to 'shell/Kbuild.src')
-rw-r--r-- | shell/Kbuild.src | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/Kbuild.src b/shell/Kbuild.src index 6bba4989f..a287fce4e 100644 --- a/shell/Kbuild.src +++ b/shell/Kbuild.src | |||
@@ -9,3 +9,4 @@ lib-y:= | |||
9 | INSERT | 9 | INSERT |
10 | 10 | ||
11 | lib-$(CONFIG_FEATURE_SH_MATH) += math.o | 11 | lib-$(CONFIG_FEATURE_SH_MATH) += math.o |
12 | lib-$(CONFIG_FEATURE_PRNG_SHELL) += random.o | ||