diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-29 03:19:15 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-29 03:19:15 +0000 |
| commit | 36a99e9636099d388acc3bc33f133cb4f0f34aee (patch) | |
| tree | 6151bd088438c84c3474f6930f254d7627e2422f /ChangeLog | |
| parent | 9a112b9ec28887185867fdc3e048f4f43d556f29 (diff) | |
| download | ruby-36a99e9636099d388acc3bc33f133cb4f0f34aee.tar.gz ruby-36a99e9636099d388acc3bc33f133cb4f0f34aee.tar.xz ruby-36a99e9636099d388acc3bc33f133cb4f0f34aee.zip | |
* ext/openssl/ossl_x509attr.c (ossl_x509attr_initialize): fix for
initialization of r18168.
* ext/openssl/ossl_ocsp.c (ossl_ocspreq_initialize): ditto.
* ext/openssl/ossl_x509name.c (ossl_x509name_initialize): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18917 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Fri Aug 29 12:19:12 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * ext/openssl/ossl_x509attr.c (ossl_x509attr_initialize): fix for + initialization of r18168. + + * ext/openssl/ossl_ocsp.c (ossl_ocspreq_initialize): ditto. + + * ext/openssl/ossl_x509name.c (ossl_x509name_initialize): ditto. + Fri Aug 29 11:04:03 2008 NARUSE, Yui <naruse@ruby-lang.org> * encoding.c (rb_enc_compatible): ASCII compatible string and US-ASCII |
