Skip to content

Commit

Permalink
Merge pull request matsumotory#197 from yyamano/issue-196
Browse files Browse the repository at this point in the history
Make it build with older openssl. Fixed matsumotory#196
  • Loading branch information
matsumotory authored Aug 2, 2016
2 parents 57abbdf + 05e508d commit 1a8e5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http/ngx_http_mruby_ssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
return mrb_str_new(mrb, (char *)mscf->member.data, mscf->member.len); \
}
#else /* ! OPENSSL_VERSION_NUMBER >= 0x1000205fL */
#define NGX_MRUBY_DEFINE_METHOD_NGX_SET_SSL_MEMBER(method_suffix, member)
#define NGX_MRUBY_DEFINE_METHOD_NGX_SET_SSL_MEMBER(method_suffix, member) \
static mrb_value ngx_mrb_ssl_set_##method_suffix(mrb_state *mrb, mrb_value self) \
{ \
mrb_raise(mrb, E_RUNTIME_ERROR, "ngx_mrb_ssl_set_" #method_suffix "doesn't support"); \
Expand Down

0 comments on commit 1a8e5c0

Please sign in to comment.