~ubuntu-branches/ubuntu/quantal/gnutls28/quantal

« back to all changes in this revision

Viewing changes to lib/gnutls_privkey.c

  • Committer: Package Import Robot
  • Author(s): Andreas Metzler
  • Date: 2012-01-06 08:52:19 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20120106085219-cbuka2rdt46tb4w4
Tags: 3.0.10-1
* Drop guile-gnutls.README.Debian - binary guile modules are no longer
  directly installed in $libdir.
* New upstream version.
  + Drop patches/30_correctly-set-the-odd-bits.patch.
  + gnutls_random_art() added. Update copyright, bump shlibs.
  + src/serv.c: Only use configured interfaces. Patch by Pino Toscano.
    Closes: #652552

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
        }
158
158
 
159
159
      break;
160
 
    case GNUTLS_PK_ECC:
 
160
    case GNUTLS_PK_EC:
161
161
      pub->params[0] = _gnutls_mpi_copy (priv->params[0]);
162
162
      pub->params[1] = _gnutls_mpi_copy (priv->params[1]);
163
163
      pub->params[2] = _gnutls_mpi_copy (priv->params[2]);