From f48d9d4a955d7e4c1c692099ab67e1dbfeb51137 Mon Sep 17 00:00:00 2001 From: djm <> Date: Thu, 5 Jan 2012 23:01:39 +0000 Subject: OpenSSL 1.0.0f: merge --- src/lib/libcrypto/ec/ec2_smpl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/libcrypto/ec') diff --git a/src/lib/libcrypto/ec/ec2_smpl.c b/src/lib/libcrypto/ec/ec2_smpl.c index af94458ca7..03deae6674 100644 --- a/src/lib/libcrypto/ec/ec2_smpl.c +++ b/src/lib/libcrypto/ec/ec2_smpl.c @@ -887,7 +887,7 @@ int ec_GF2m_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_ field_sqr = group->meth->field_sqr; /* only support affine coordinates */ - if (!point->Z_is_one) goto err; + if (!point->Z_is_one) return -1; if (ctx == NULL) { -- cgit v1.2.3-55-g6feb