~ubuntu-branches/ubuntu/precise/gnutls28/precise

« back to all changes in this revision

Viewing changes to lib/x509/privkey.c

  • Committer: Package Import Robot
  • Author(s): Andreas Metzler
  • Date: 2011-09-20 19:37:06 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20110920193706-a9phjijvddzg3nkl
Tags: 3.0.3-1
* New upstream version. (Includes a fix for #640639)
* Bump shlibs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
830
830
 * @y: holds the y
831
831
 * @k: holds the k
832
832
 *
833
 
 * This function will convert the given DSA raw parameters to the
 
833
 * This function will convert the given elliptic curve parameters to the
834
834
 * native #gnutls_x509_privkey_t format.  The output will be stored
835
835
 * in @key.
836
836
 *