ruby-changes:42625
From: nobu <ko1@a...>
Date: Fri, 22 Apr 2016 17:48:46 +0900 (JST)
Subject: [ruby-changes:42625] nobu:r54699 (trunk): fix a typo [ci skip]
nobu 2016-04-22 18:45:24 +0900 (Fri, 22 Apr 2016) New Revision: 54699 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=54699 Log: fix a typo [ci skip] Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 54698) +++ ChangeLog (revision 54699) @@ -1425,7 +1425,7 @@ Thu Mar 17 11:51:48 2016 NARUSE, Yui < https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1425 RAND_poll in crypto/rand/rand_win.c) may be blocked at NetStatisticsGet. https://wiki.openssl.org/index.php/Random_Numbers#Windows_Issues - Instead of this, use Random.raw_seed directory (whose implementation + Instead of this, use Random.raw_seed directly (whose implementation CryptGenRandom is one of the source of entropy of RAND_poll on Windows). https://wiki.openssl.org/index.php/Random_Numbers -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/