diff options
| author | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-06-19 16:29:17 +0000 |
|---|---|---|
| committer | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-06-19 16:29:17 +0000 |
| commit | 43a88dcbe33e789d279db76569959141a4651dd3 (patch) | |
| tree | 9c1263945ed2d9a056cea635b65ed2dce0a1b675 /ChangeLog | |
| parent | d8ce4aa37b207b0607b597ddfc62fe1007cd8c50 (diff) | |
| download | ruby-43a88dcbe33e789d279db76569959141a4651dd3.tar.gz ruby-43a88dcbe33e789d279db76569959141a4651dd3.tar.xz ruby-43a88dcbe33e789d279db76569959141a4651dd3.zip | |
* ext/openssl/openssl_missing.c, ext/openssl/ossl.h,
ext/openssl/ossl_asn1.c, ext/openssl/ossl_bio.c,
ext/openssl/ossl_pkcs12.h, ext/openssl/ossl_x509req.c: avoid
compiler warnings. suggested by Mical Rokos.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8645 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Mon Jun 20 01:26:49 2005 GOTOU Yuuzou <gotoyuzo@notwork.org> + + * ext/openssl/openssl_missing.c, ext/openssl/ossl.h, + ext/openssl/ossl_asn1.c, ext/openssl/ossl_bio.c, + ext/openssl/ossl_pkcs12.h, ext/openssl/ossl_x509req.c: avoid + compiler warnings. suggested by Mical Rokos. + Sun Jun 19 17:22:02 CEST 2005 Michael Neumann <mneumann@ruby-lang.org> * lib/xmlrpc/utils.rb: Patch by Nobuhiro IMAI fixes the following |
