From e0972d3d962548972872d889b362560e499340d1 Mon Sep 17 00:00:00 2001 From: Andrey Jivsov Date: Wed, 5 Jan 2011 17:33:17 -0800 Subject: Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 . The following works: gpg2 --gen-key (ECC) gpg2 --list-keys gpg2 --list-packets ~/.gnupg/pubring.gpg gpg2 --list-packets ECDH doesn't work yet as the code must be re-written to adjust for gpg-agent refactoring. --- g13/utils.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'g13/utils.c') diff --git a/g13/utils.c b/g13/utils.c index ef0c572a6..1ea7f3275 100644 --- a/g13/utils.c +++ b/g13/utils.c @@ -176,5 +176,7 @@ next_tuple (tupledesc_t tupledesc, unsigned int *r_tag, size_t *r_length) } return NULL; -} +} + + -- cgit v1.2.3