X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fec%2Fecp_mont.c;fp=crypto%2Fec%2Fecp_mont.c;h=fda9a231f6b94a4bbe74c333a8c66f8d82b0d7b7;hp=358e998e463ddfe9c2d733a395d0f3665752fa0f;hb=3712436071c04ed831594cf47073788417d1506b;hpb=51f3021d974f32539a2727908018664963695b5d diff --git a/crypto/ec/ecp_mont.c b/crypto/ec/ecp_mont.c index 358e998e46..fda9a231f6 100644 --- a/crypto/ec/ecp_mont.c +++ b/crypto/ec/ecp_mont.c @@ -63,7 +63,10 @@ const EC_METHOD *EC_GFp_mont_method(void) 0, /* keyfinish */ ecdh_simple_compute_key, 0, /* field_inverse_mod_ord */ - ec_GFp_simple_blind_coordinates + ec_GFp_simple_blind_coordinates, + 0, /* ladder_pre */ + 0, /* ladder_step */ + 0 /* ladder_post */ }; return &ret;