X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=crypto%2Fec%2Fecp_smpl.c;h=2ba40f40b282755364bb91e9ad6d11a2ca2f44fd;hb=e5b2ea0ac3b4d752847d197117d58e0f6ad8e08e;hp=a4830cb0067207fb5c3b3797cf56fdb7c8030e4f;hpb=90945fa31a42dcf3beb90540c618e4d627c595ea;p=openssl.git diff --git a/crypto/ec/ecp_smpl.c b/crypto/ec/ecp_smpl.c index a4830cb006..2ba40f40b2 100644 --- a/crypto/ec/ecp_smpl.c +++ b/crypto/ec/ecp_smpl.c @@ -1,4 +1,3 @@ -/* crypto/ec/ecp_smpl.c */ /* * Includes code written by Lenka Fibikova * for the OpenSSL project. Includes code written by Bodo Moeller for the @@ -80,6 +79,7 @@ const EC_METHOD *EC_GFp_simple_method(void) ec_GFp_simple_group_set_curve, ec_GFp_simple_group_get_curve, ec_GFp_simple_group_get_degree, + 0, /* group_order_bits */ ec_GFp_simple_group_check_discriminant, ec_GFp_simple_point_init, ec_GFp_simple_point_finish,