diff options
author | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-01-19 17:55:18 +0000 |
---|---|---|
committer | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-01-19 17:55:18 +0000 |
commit | b19b893663af0e1a201523692002014a47d916b5 (patch) | |
tree | 8566fc144bb10ff6dcedcce75f24bca4b1f39a89 /ChangeLog | |
parent | 0b1335699da45e7e7fb52a81b5dfb141abd8e6df (diff) | |
download | ruby-b19b893663af0e1a201523692002014a47d916b5.tar.gz ruby-b19b893663af0e1a201523692002014a47d916b5.tar.xz ruby-b19b893663af0e1a201523692002014a47d916b5.zip |
* ext/openssl/extconf.rb: add check for OpenSSL version.
[ruby-list:39054]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5509 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 @@ +Tue Jan 20 02:49:22 2004 GOTOU Yuuzou <gotoyuzo@notwork.org> + + * ext/openssl/extconf.rb: add check for OpenSSL version. + [ruby-list:39054] + Tue Jan 20 01:31:36 2004 WATANABE Hirofumi <eban@ruby-lang.org> * io.c (lineno): typo fix(FIX2INT -> INT2FIX). |