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

« back to all changes in this revision

Viewing changes to crypto/ec/ec_curve.c

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2006-05-15 16:00:58 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060515160058-pn9osix02x46r0iy
Tags: 0.9.8b-2
* Don't call gcc with -mcpu on i386, we already use -march, so no need for
  -mtune either.
* Always make all directories when building something:
  - The engines directory didn't get build for the static directory, so
    where missing in libcrypo.a
  - The apps directory didn't always get build, so we didn't have an openssl
    and a small part of the regression tests failed.
* Make the package fail to build if the regression tests fail.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1100
1100
        { NID_X9_62_c2tnb359v1, &_EC_X9_62_CHAR2_359V1},
1101
1101
        { NID_X9_62_c2pnb368w1, &_EC_X9_62_CHAR2_368W1},
1102
1102
        { NID_X9_62_c2tnb431r1, &_EC_X9_62_CHAR2_431R1},
1103
 
        /* the WAP/WTLS curves */
 
1103
        /* the WAP/WTLS curves
 
1104
         * [unlike SECG, spec has its own OIDs for curves from X9.62] */
1104
1105
        { NID_wap_wsg_idm_ecid_wtls1, &_EC_WTLS_1},
1105
1106
        { NID_wap_wsg_idm_ecid_wtls3, &_EC_NIST_CHAR2_163K},
1106
1107
        { NID_wap_wsg_idm_ecid_wtls4, &_EC_SECG_CHAR2_113R1},