From b61c256181cf660a4d55acb17d9da8da448e420f Mon Sep 17 00:00:00 2001 From: kosaki Date: Tue, 14 Dec 2010 18:24:44 +0000 Subject: * 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 --- ext/openssl/ossl_x509ext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/openssl/ossl_x509ext.c') diff --git a/ext/openssl/ossl_x509ext.c b/ext/openssl/ossl_x509ext.c index 3e34608b4b..4d64602828 100644 --- a/ext/openssl/ossl_x509ext.c +++ b/ext/openssl/ossl_x509ext.c @@ -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 -- cgit v1.2.3