~andersk/ubuntu/oneiric/openssl/spurious-reboot

« back to all changes in this revision

Viewing changes to crypto/engine/eng_list.c

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2010-12-12 15:37:21 UTC
  • mto: (1.2.1 upstream) (11.2.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 55.
  • Revision ID: james.westby@ubuntu.com-20101212153721-mfw51stum5hwztpd
Tags: upstream-1.0.0c
ImportĀ upstreamĀ versionĀ 1.0.0c

Show diffs side-by-side

added added

removed removed

Lines of Context:
336
336
        dest->store_meth = src->store_meth;
337
337
        dest->ciphers = src->ciphers;
338
338
        dest->digests = src->digests;
 
339
        dest->pkey_meths = src->pkey_meths;
339
340
        dest->destroy = src->destroy;
340
341
        dest->init = src->init;
341
342
        dest->finish = src->finish;