diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-02-05 02:48:55 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-02-05 02:48:55 +0000 |
| commit | 74e6dd4078051efea4144fd289dc4c2b30fc9891 (patch) | |
| tree | fc61a42138642f77115615950fb033558cd0a41d /ChangeLog | |
| parent | 1069e5d665599ce60086f284b575d3a850ed2b01 (diff) | |
* ext/openssl/ossl_cipher.c (ossl_cipher_alloc): leave data ptr
NULL.
* ext/openssl/ossl_cipher.c (ossl_cipher_new, ossl_cipher_initialize):
allocate internal structure. [ruby-core:35094]
* ext/openssl/ossl_cipher.c (ossl_cipher_copy): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30793 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Sat Feb 5 11:48:47 2011 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * ext/openssl/ossl_cipher.c (ossl_cipher_alloc): leave data ptr + NULL. + + * ext/openssl/ossl_cipher.c (ossl_cipher_new, ossl_cipher_initialize): + allocate internal structure. [ruby-core:35094] + + * ext/openssl/ossl_cipher.c (ossl_cipher_copy): ditto. + Sat Feb 5 11:29:10 2011 Nobuyoshi Nakada <nobu@ruby-lang.org> * ext/json/parser/parser.h (GET_PARSER): raise TypeError. |
