~ubuntu-branches/ubuntu/maverick/openssl/maverick

« back to all changes in this revision

Viewing changes to crypto/ec/ec_lib.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:
147
147
 
148
148
        if (group->meth->group_clear_finish != 0)
149
149
                group->meth->group_clear_finish(group);
150
 
        else if (group->meth != NULL && group->meth->group_finish != 0)
 
150
        else if (group->meth->group_finish != 0)
151
151
                group->meth->group_finish(group);
152
152
 
153
153
        EC_EX_DATA_clear_free_all_data(&group->extra_data);
558
558
                {
559
559
                if (d->dup_func == dup_func && d->free_func == free_func && d->clear_free_func == clear_free_func)
560
560
                        {
561
 
                        ECerr(EC_F_EC_GROUP_SET_EXTRA_DATA, EC_R_SLOT_FULL);
 
561
                        ECerr(EC_F_EC_EX_DATA_SET_DATA, EC_R_SLOT_FULL);
562
562
                        return 0;
563
563
                        }
564
564
                }