* ext/openssl/ossl_x509ext.c (ossl_x509extfactory_set_config):

fix compile error when !HAVE_X509V3_SET_NCONF. Thanks
	  Chikanaga-san. [ruby-dev:42761] [Ruby 1.9-Bug#4158]



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30213 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kosaki 2010-12-14 18:24:44 +00:00
Родитель b2f69c4c1f
Коммит b61c256181
2 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,9 @@
Wed Dec 15 04:02:00 2010 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
* ext/openssl/ossl_x509ext.c (ossl_x509extfactory_set_config):
fix compile error when !HAVE_X509V3_SET_NCONF. Thanks
Chikanaga-san. [ruby-dev:42761] [Ruby 1.9-Bug#4158]
Wed Dec 15 03:41:31 2010 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
* test/ripper/test_parser_events.rb (TestRipper#test_block_variables):

Просмотреть файл

@ -178,7 +178,7 @@ ossl_x509extfactory_set_config(VALUE self, VALUE config)
return config;
}
#else
#define rb_f_fork rb_f_notimplement
#define ossl_x509extfactory_set_config rb_f_notimplement
#endif
static VALUE