Rewrite the extension code to use an ASN1_ITEM structure
[openssl.git] / crypto / bn / bn_mul.c
index 2810115c2ba5e868e97b0ee86e6495c4b20e195b..b9d2b3c2cc46f3f2128ce46fe3024bcceedc9d53 100644 (file)
@@ -939,7 +939,7 @@ int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
 #endif
 #ifdef BN_RECURSION
        BIGNUM *t;
 #endif
 #ifdef BN_RECURSION
        BIGNUM *t;
-       int j,k;
+       int j=0,k;
 #endif
 
 #ifdef BN_COUNT
 #endif
 
 #ifdef BN_COUNT