[EMAIL PROTECTED] wrote:
....
Index: bn_gf2m.c
===================================================================
RCS file: /e/openssl/cvs/openssl/crypto/bn/bn_gf2m.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- bn_gf2m.c 2002/10/29 10:58:07 1.8
+++ bn_gf2m.c 2002/11/19 11:28:28 1.9
@@ -854,6 +854,7 @@
int BN_GF2m_mod_solve_quad_arr(BIGNUM *r, const BIGNUM *a_, const unsigned int p[], BN_CTX *ctx)
{
int ret = 0, i, count = 0;
+ unsigned int j;
You can remove the variable 'i' (it's not used anymore).
Regards,
Nils
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]