diff options
author | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-03 19:29:13 +0000 |
---|---|---|
committer | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-03 19:29:13 +0000 |
commit | 00a2713f3166672c1702a818b7b1326799f3aa95 (patch) | |
tree | 1d1155231f1712e4e10fb970f8b6aaf58d384c52 /ChangeLog | |
parent | 108e81f9c30bf09c75eff3217c14baccd07c89a1 (diff) | |
download | ruby-00a2713f3166672c1702a818b7b1326799f3aa95.tar.gz ruby-00a2713f3166672c1702a818b7b1326799f3aa95.tar.xz ruby-00a2713f3166672c1702a818b7b1326799f3aa95.zip |
* ext/openssl/extconf.rb: add check for X509V3_set_nconf.
* ext/openssl/ossl_x509ext.c (ossl_x509extfactory_set_config):
cannot implement if X509V3_set_nconf doesn't exist.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4666 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 @@ +Sat Oct 4 04:24:19 2003 GOTOU Yuuzou <gotoyuzo@notwork.org> + + * ext/openssl/extconf.rb: add check for X509V3_set_nconf. + + * ext/openssl/ossl_x509ext.c (ossl_x509extfactory_set_config): + cannot implement if X509V3_set_nconf doesn't exist. + Sat Oct 4 02:12:44 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org> * lib/xsd/datatypes.rb: dump sign by itself. under the problematic |