diff options
author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-29 18:15:50 +0000 |
---|---|---|
committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-29 18:15:50 +0000 |
commit | cd5eb03b58f270cd1200a9914103a0b6a19b9397 (patch) | |
tree | 29ae8940e54fc733cd41f4ee622f557c61699cf5 /ChangeLog | |
parent | 2745d527b34b7f87ab7684b1451465e5e2ed8880 (diff) |
* ext/openssl/ossl_bn.c (ossl_bn_s_rand, ossl_bn_s_pseudo_rand):
Int should be enough here.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16692 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Fri May 30 03:12:18 2008 Akinori MUSHA <[email protected]> + + * 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 <[email protected]> * ext/openssl/ossl_bn.c (ossl_bn_s_rand, ossl_bn_s_pseudo_rand), |