diff options
| author | djm <> | 2012-01-05 23:01:39 +0000 |
|---|---|---|
| committer | djm <> | 2012-01-05 23:01:39 +0000 |
| commit | f48d9d4a955d7e4c1c692099ab67e1dbfeb51137 (patch) | |
| tree | 866512933d8f0c1ea5465d0169915b36c1ca3cae /src/lib/libcrypto/ec | |
| parent | 35dadfe897866818c3fd0350efefc5caae349fb6 (diff) | |
| download | openbsd-f48d9d4a955d7e4c1c692099ab67e1dbfeb51137.tar.gz openbsd-f48d9d4a955d7e4c1c692099ab67e1dbfeb51137.tar.bz2 openbsd-f48d9d4a955d7e4c1c692099ab67e1dbfeb51137.zip | |
OpenSSL 1.0.0f: merge
Diffstat (limited to 'src/lib/libcrypto/ec')
| -rw-r--r-- | src/lib/libcrypto/ec/ec2_smpl.c | 2 |
1 files changed, 1 insertions, 1 deletions
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_ | |||
| 887 | field_sqr = group->meth->field_sqr; | 887 | field_sqr = group->meth->field_sqr; |
| 888 | 888 | ||
| 889 | /* only support affine coordinates */ | 889 | /* only support affine coordinates */ |
| 890 | if (!point->Z_is_one) goto err; | 890 | if (!point->Z_is_one) return -1; |
| 891 | 891 | ||
| 892 | if (ctx == NULL) | 892 | if (ctx == NULL) |
| 893 | { | 893 | { |
