git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56028 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
svn 2016-08-29 05:47:11 +00:00
Родитель c9dc0164b8
Коммит 09848085e7
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -951,7 +951,7 @@ ossl_ec_group_initialize_copy(VALUE self, VALUE other)
return self;
}
/*
/*
* call-seq:
* group1.eql?(group2) => true | false
* group1 == group2 => true | false
@ -972,7 +972,7 @@ static VALUE ossl_ec_group_eql(VALUE a, VALUE b)
return Qtrue;
}
/*
/*
* call-seq:
* group.generator => ec_point
*
@ -1128,7 +1128,7 @@ static VALUE ossl_s_builtin_curves(VALUE self)
return ret;
}
/*
/*
* call-seq:
* group.asn1_flag -> Integer
*