Commit patch to bn.h that CVS decided to throw away during 'cvs update',
[openssl.git] / crypto / bn / bn_ctx.c
index f72b075ccfb00c21cca87625e336d3125d3c5944..93d08152f732360a7dfa851ef54403250d7703d1 100644 (file)
@@ -87,6 +87,7 @@ void BN_CTX_init(BN_CTX *ctx)
        ctx->tos = 0;
        ctx->flags = 0;
        ctx->depth = 0;
        ctx->tos = 0;
        ctx->flags = 0;
        ctx->depth = 0;
+       ctx->too_many = 0;
        for (i = 0; i < BN_CTX_NUM; i++)
                BN_init(&(ctx->bn[i]));
        }
        for (i = 0; i < BN_CTX_NUM; i++)
                BN_init(&(ctx->bn[i]));
        }