Skip to content

Commit

Permalink
fix compile error when !HAVE_X509V3_SET_NCONF
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Jul 11, 2012
1 parent b21b899 commit b4fe1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/openssl/ossl_x509ext.c
Expand Up @@ -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
Expand Down

0 comments on commit b4fe1a5

Please sign in to comment.