diff options
Diffstat (limited to 'openssl/crypto/ec/ecp_mont.c')
-rw-r--r-- | openssl/crypto/ec/ecp_mont.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openssl/crypto/ec/ecp_mont.c b/openssl/crypto/ec/ecp_mont.c index 079e47431..f04f132c7 100644 --- a/openssl/crypto/ec/ecp_mont.c +++ b/openssl/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 } |