X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fec%2Fecp_nistp521.c;fp=crypto%2Fec%2Fecp_nistp521.c;h=abcc5bb8eca248ac9864a3c2901411efb4778bf2;hp=4e6c0f98fbc7943ef9a4a27a9f119f544d060951;hb=3712436071c04ed831594cf47073788417d1506b;hpb=51f3021d974f32539a2727908018664963695b5d diff --git a/crypto/ec/ecp_nistp521.c b/crypto/ec/ecp_nistp521.c index 4e6c0f98fb..abcc5bb8ec 100644 --- a/crypto/ec/ecp_nistp521.c +++ b/crypto/ec/ecp_nistp521.c @@ -1660,7 +1660,10 @@ const EC_METHOD *EC_GFp_nistp521_method(void) 0, /* keyfinish */ ecdh_simple_compute_key, 0, /* field_inverse_mod_ord */ - 0 /* blind_coordinates */ + 0, /* blind_coordinates */ + 0, /* ladder_pre */ + 0, /* ladder_step */ + 0 /* ladder_post */ }; return &ret;