• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

TLS/SSL and crypto library


Commit MetaInfo

Révisioncea5540e3837767f42e2ef516fa36dfe1fec0f06 (tree)
l'heure2011-10-27 01:46:21
Auteurcvs2svn <cvs2svn>
Commitercvs2svn

Message de Log

This commit was manufactured by cvs2svn to create tag 'OpenSSL-fips-
2_0-rc1'.

Change Summary

Modification

--- a/crypto/ec/ec2_smpl.c
+++ b/crypto/ec/ec2_smpl.c
@@ -556,7 +556,7 @@ int ec_GF2m_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_
556556 field_sqr = group->meth->field_sqr;
557557
558558 /* only support affine coordinates */
559- if (!point->Z_is_one) goto err;
559+ if (!point->Z_is_one) return -1;
560560
561561 if (ctx == NULL)
562562 {