From b4fe1a51b1b7b3889b15d8682c9d301db0693b97 Mon Sep 17 00:00:00 2001 From: Watson Date: Wed, 11 Jul 2012 18:23:17 +0900 Subject: [PATCH] fix compile error when !HAVE_X509V3_SET_NCONF --- ext/openssl/ossl_x509ext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/openssl/ossl_x509ext.c b/ext/openssl/ossl_x509ext.c index 0ec0bc495..0859cb851 100644 --- a/ext/openssl/ossl_x509ext.c +++ b/ext/openssl/ossl_x509ext.c @@ -178,7 +178,7 @@ ossl_x509extfactory_set_config(VALUE self, SEL sel, VALUE config) return config; } #else -#define rb_f_fork rb_f_notimplement +#define ossl_x509extfactory_set_config rb_f_notimplement #endif static VALUE