~ubuntu-branches/ubuntu/lucid/openssl/lucid-security

« back to all changes in this revision

Viewing changes to crypto/ec/ec_mult.c

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2006-05-15 16:00:58 UTC
  • mto: (11.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20060515160058-pg6lnbkkpkwpdj2e
Tags: upstream-0.9.8b
ImportĀ upstreamĀ versionĀ 0.9.8b

Show diffs side-by-side

added added

removed removed

Lines of Context:
879
879
 
880
880
        ret = 1;
881
881
 err:
882
 
        BN_CTX_end(ctx);
 
882
        if (ctx != NULL)
 
883
                BN_CTX_end(ctx);
883
884
        if (new_ctx != NULL)
884
885
                BN_CTX_free(new_ctx);
885
886
        if (pre_comp)