~ubuntu-branches/ubuntu/gutsy/gnutls13/gutsy-proposed

« back to all changes in this revision

Viewing changes to libextra/openpgp/privkey.c

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2007-04-21 10:57:02 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070421105702-pcr1znxco54p61qo
Tags: 1.6.2-1
* New upstream version
  - Really Closes: #403887 libgnutls failes to parse OpenSSL generated
    certificates, since it contains a regenerated pkix_asn1_tab.c.
  - Ship German translation. Closes: #392857

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 2003, 2004, 2005 Free Software Foundation
 
2
 * Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation
3
3
 *
4
4
 * Author: Nikos Mavroyanopoulos
5
5
 *
120
120
  * or a negative value on error.
121
121
  *
122
122
  **/
123
 
int
 
123
gnutls_pk_algorithm_t
124
124
gnutls_openpgp_privkey_get_pk_algorithm (gnutls_openpgp_privkey_t key,
125
125
                                         unsigned int *bits)
126
126
{