From 8c29dd85201fc0843fe8ff1e93efcfa870430bf8 Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 29 Jul 2011 15:01:20 +0000 Subject: * lib/securerandom.rb: call OpenSSL::Random.seed at the SecureRandom.random_bytes call. based on the patch by Masahiro Tomita. [ruby-dev:44270] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32741 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e056a92f29..e418ab2916 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Jul 29 23:56:32 2011 Tanaka Akira + + * lib/securerandom.rb: call OpenSSL::Random.seed at the + SecureRandom.random_bytes call. + based on the patch by Masahiro Tomita. [ruby-dev:44270] + Fri Jul 29 20:48:39 2011 Tanaka Akira * ext/socket/mkconstants.rb: fix typos. -- cgit v1.2.3