* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56028 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c9dc0164b8
commit
09848085e7
@ -951,7 +951,7 @@ ossl_ec_group_initialize_copy(VALUE self, VALUE other)
|
|||||||
return self;
|
return self;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* call-seq:
|
* call-seq:
|
||||||
* group1.eql?(group2) => true | false
|
* group1.eql?(group2) => true | false
|
||||||
* group1 == group2 => true | false
|
* group1 == group2 => true | false
|
||||||
@ -972,7 +972,7 @@ static VALUE ossl_ec_group_eql(VALUE a, VALUE b)
|
|||||||
return Qtrue;
|
return Qtrue;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* call-seq:
|
* call-seq:
|
||||||
* group.generator => ec_point
|
* group.generator => ec_point
|
||||||
*
|
*
|
||||||
@ -1128,7 +1128,7 @@ static VALUE ossl_s_builtin_curves(VALUE self)
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* call-seq:
|
* call-seq:
|
||||||
* group.asn1_flag -> Integer
|
* group.asn1_flag -> Integer
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user