remove arc4random (rc4 based)
commitf20179d6931df17c9310fd911dd4a348141ba72c
authorWaldemar Brodkorb <wbx@uclibc-ng.org>
Tue, 30 Jan 2018 04:01:56 +0000 (30 04:01 +0000)
committerWaldemar Brodkorb <wbx@uclibc-ng.org>
Wed, 31 Jan 2018 18:44:51 +0000 (31 18:44 +0000)
treef360310ea410b6466e2303a5efaad8fb7d0d2cb9
parent25ae0a3f30c9651dd22507a66f7ddea009973154
remove arc4random (rc4 based)

OpenBSD arc4random is using chacha20 cipher algorithm for
a long time. This copy is still based on deprecated rc4
cipher algorithm. We could either update the arc4random.c
or drop it. Drop it. Users should better use libbsd when
using arc4random interface. Musl/glibc does not have arc4random
either.
extra/Configs/Config.in
include/stdlib.h
libc/stdlib/Makefile.in
libc/stdlib/arc4random.c [deleted file]