From 4f43e31332377aca476e68e9fc1559df80b2f28c Mon Sep 17 00:00:00 2001 From: knu Date: Thu, 29 May 2008 18:15:50 +0000 Subject: * ext/openssl/ossl_bn.c (ossl_bn_s_rand, ossl_bn_s_pseudo_rand): Int should be enough here. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16692 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 848c4a87f..3c893d01b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri May 30 03:12:18 2008 Akinori MUSHA + + * ext/openssl/ossl_bn.c (ossl_bn_s_rand, ossl_bn_s_pseudo_rand): + Int should be enough here. + Fri May 30 02:35:00 2008 Akinori MUSHA * ext/openssl/ossl_bn.c (ossl_bn_s_rand, ossl_bn_s_pseudo_rand), -- cgit