diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-06-13 09:41:16 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-06-13 09:41:16 -0400 |
commit | e983d61545f58db81429d82a356dfadafd491dd0 (patch) | |
tree | 0b36c5cc5d2b1cce19a74613b0aa5dd97e33ceb6 /src/keytrans | |
parent | 8042f93c695f373542356739b0812e628f7b8b1d (diff) |
added top-level Makefile for ease of building with debhelper.
stupid whitespace cleanup in openpgp2ssh.c
Diffstat (limited to 'src/keytrans')
-rw-r--r-- | src/keytrans/openpgp2ssh.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/keytrans/openpgp2ssh.c b/src/keytrans/openpgp2ssh.c index 10351e6..4593b33 100644 --- a/src/keytrans/openpgp2ssh.c +++ b/src/keytrans/openpgp2ssh.c @@ -273,7 +273,6 @@ int emit_public_openssh_from_pgp(const gnutls_openpgp_crt_t* pgp_crt, gnutls_ope } write(1, "\n", 1); - return 0; } |