diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-03-13 06:10:45 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-03-13 06:10:45 +0000 |
| commit | ea6cba256fb4abfe8b253f5b74406f48bfe448f0 (patch) | |
| tree | d51992908aaeb93cc39530fb8c8995c2c658da76 /ChangeLog | |
| parent | d37c8a49ec44b1c0e7d4e86f594ea59622c45ccd (diff) | |
| download | ruby-ea6cba256fb4abfe8b253f5b74406f48bfe448f0.tar.gz ruby-ea6cba256fb4abfe8b253f5b74406f48bfe448f0.tar.xz ruby-ea6cba256fb4abfe8b253f5b74406f48bfe448f0.zip | |
* ext/openssl/ossl_x509ext.c (ossl_x509ext_set_value): should use
OPENSSL_free instead of free. a patch from Charlie Savage at
[ruby-core:22858].
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22924 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Fri Mar 13 15:10:43 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * ext/openssl/ossl_x509ext.c (ossl_x509ext_set_value): should use + OPENSSL_free instead of free. a patch from Charlie Savage a + [ruby-core:22858]. + Fri Mar 13 10:42:19 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * configure.in (AC_HEADER_DIRENT): added. |
