More method functions.

This commit is contained in:
Bodo Möller
2001-03-07 20:56:48 +00:00
parent 60428dbf0a
commit e869d4bd32
5 changed files with 168 additions and 12 deletions

View File

@@ -421,7 +421,7 @@ int EC_POINT_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *c
}
int EC_POINT_make_affine(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx)
int EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx)
{
if (group->meth->make_affine == 0)
{