diff options
author | Werner Koch <[email protected]> | 2009-06-16 15:42:37 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-06-16 15:42:37 +0000 |
commit | bebd9cbe29cf6db15469502b5c6b1f83c93513ef (patch) | |
tree | f2812ddbb4ddd2f00592b36a6c16cbf494cc7f81 /tests/gpg/pgp-export.c | |
parent | doc/ (diff) | |
download | gpgme-bebd9cbe29cf6db15469502b5c6b1f83c93513ef.tar.gz gpgme-bebd9cbe29cf6db15469502b5c6b1f83c93513ef.zip |
Add support for gpg --fetch-keys.
Diffstat (limited to 'tests/gpg/pgp-export.c')
-rw-r--r-- | tests/gpg/pgp-export.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/gpg/pgp-export.c b/tests/gpg/pgp-export.c index 9911c182..a0b3e8a5 100644 --- a/tests/gpg/pgp-export.c +++ b/tests/gpg/pgp-export.c @@ -37,13 +37,6 @@ static int verbose; -static const char * -nonnull (const char *s) -{ - return s? s :"[none]"; -} - - static int show_usage (int ex) { |