mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
ext: adjust index type
* ext: use long for index instead of int and RARRAY_LENINT. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52447 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c8803b10d1
commit
52912db4a8
12 changed files with 32 additions and 28 deletions
|
@ -188,7 +188,7 @@ ossl_x509revoked_set_extensions(VALUE self, VALUE ary)
|
|||
{
|
||||
X509_REVOKED *rev;
|
||||
X509_EXTENSION *ext;
|
||||
int i;
|
||||
long i;
|
||||
VALUE item;
|
||||
|
||||
Check_Type(ary, T_ARRAY);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue