X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fec%2Fecp_mont.c;h=f04f132c7ad689a444d539f7d3cdee185af52f83;hp=079e47431b4f823dc644d2f4ae61826ed4f89fc5;hb=68d2cf51bcfc1c2c1d0deec9be21c3d743737656;hpb=19eedffcafe5e703f28e015bad417bc50266c19b diff --git a/crypto/ec/ecp_mont.c b/crypto/ec/ecp_mont.c index 079e47431b..f04f132c7a 100644 --- a/crypto/ec/ecp_mont.c +++ b/crypto/ec/ecp_mont.c @@ -114,7 +114,6 @@ const EC_METHOD *EC_GFp_mont_method(void) ec_GFp_mont_field_decode, ec_GFp_mont_field_set_to_one }; - return &ret; #endif }