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

« back to all changes in this revision

Viewing changes to crypto/engine/tb_ecdh.c

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2008-08-03 19:47:10 UTC
  • mfrom: (1.1.6 upstream) (14 gutsy)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20080803194710-dwlvv1y2pyzi3in2
Tags: 0.9.8g-13
Fix a problem with tlsext preventing firefox 3 from connection.
Patch from upstream CVS and part of 0.9.8h.
(Closes: #492758)

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
        {
108
108
        if(e->ecdh_meth)
109
109
                return engine_table_register(&ecdh_table,
110
 
                                engine_unregister_all_ECDH, e, &dummy_nid, 1, 0);
 
110
                                engine_unregister_all_ECDH, e, &dummy_nid, 1, 1);
111
111
        return 1;
112
112
        }
113
113