summaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_asn1.c
diff options
context:
space:
mode:
authornobu <nobu@ruby-lang.org>2013-11-29 07:59:14 +0000
committernobu <nobu@ruby-lang.org>2013-11-29 07:59:14 +0000
commit14afa1d7148c93964c092e2c4bca58e2a0e213a5 (patch)
treee0d6c97beb61a3b75103a323677c40f5c23242e3 /ext/openssl/ossl_asn1.c
parent4bcfd56492a9da8cfaf3ec43d53d155b3936f66c (diff)
downloadruby-openssl-history-14afa1d7148c93964c092e2c4bca58e2a0e213a5.tar.gz
ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLIST
* include/ruby/ruby.h (RB_BLOCK_CALL_FUNC_ARGLIST): for declaration argument list of rb_block_call_func. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43910 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/openssl/ossl_asn1.c')
-rw-r--r--ext/openssl/ossl_asn1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/ossl_asn1.c b/ext/openssl/ossl_asn1.c
index 8aa8422..4ac6620 100644
--- a/ext/openssl/ossl_asn1.c
+++ b/ext/openssl/ossl_asn1.c
@@ -733,7 +733,7 @@ ossl_asn1data_initialize(VALUE self, VALUE value, VALUE tag, VALUE tag_class)
}
static VALUE
-join_der_i(VALUE i, VALUE str)
+join_der_i(RB_BLOCK_CALL_FUNC_ARGLIST(i, str))
{
i = ossl_to_der_if_possible(i);
StringValue(i);