]> sourceware.org Git - newlib-cygwin.git/commit
* devices.in (dev_storage): Map /dev/random and /dev/urandom to
authorCorinna Vinschen <corinna@vinschen.de>
Fri, 25 Oct 2013 12:21:59 +0000 (12:21 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Fri, 25 Oct 2013 12:21:59 +0000 (12:21 +0000)
commit494c6264145f989001e9cde0ad06e1f6d94f1a66
tree94cb012a6200bf55d6836591067a795699858577
parent8ef76ab6f9320b859ef7c6934bdc96762205b264
* devices.in (dev_storage): Map /dev/random and /dev/urandom to
\Device\Null.
* devices.cc: Regenerate.
* fhandler.h (fhandler_dev_random::open): Drop declaration.
(fhandler_dev_random::close): Ditto.
(fhandler_dev_random::crypt_gen_random): Convert to static method.
* fhandler_random.cc (fhandler_dev_random::open): Remove so that default
fhandler_base::open is used to open \Device\Null.
(fhandler_dev_random::close): Ditto.
* fhandler_socket.cc (entropy_source): Delete.
(fhandler_socket::af_local_set_secret): Remove entropy_source code and
call fhandler_dev_random::crypt_gen_random directly instead.
winsup/cygwin/ChangeLog
winsup/cygwin/devices.cc
winsup/cygwin/devices.in
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_random.cc
winsup/cygwin/fhandler_socket.cc
winsup/cygwin/release/1.7.26
This page took 0.032198 seconds and 5 git commands to generate.