~ubuntu-branches/ubuntu/precise/gnupg2/precise-proposed

« back to all changes in this revision

Viewing changes to tools/gpgkey2ssh.c

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2009-03-08 22:46:47 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20090308224647-gq17gatcl71lrc2k
Tags: 2.0.11-1
* New upstream release. (Closes: #496663)
* debian/control: Make the description a little more distinctive than
  gnupg v1's. Thanks Jari Aalto. (Closes: #496323)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* gpgkey2ssh.c - Converter ...
 
1
/* gpgkey2ssh.c - Converter  (Debug helper)
2
2
 *      Copyright (C) 2005 Free Software Foundation, Inc.
3
3
 *
4
4
 * This file is part of GnuPG.
17
17
 * along with this program; if not, see <http://www.gnu.org/licenses/>.
18
18
 */
19
19
 
 
20
/* 
 
21
   FIXME:  This tool needs some cleanup:
 
22
 
 
23
   - Do not use assert() for error output.
 
24
   - Add proper option parsing and standard options.
 
25
   - retrieve_key_material needs to take the ordinal at field 1 in account.
 
26
   0 Write a man page.
 
27
*/
 
28
 
20
29
#include <config.h>
21
30
 
22
31
#include <gcrypt.h>