aboutsummaryrefslogtreecommitdiffstats
path: root/sm/gpgsm.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2004-08-06 16:14:10 +0000
committerWerner Koch <[email protected]>2004-08-06 16:14:10 +0000
commitf96ad015d8ac7611213ff84227f97c7c6eb25fe7 (patch)
treeaa3915b02549ee4b29f4048b702f95cf152c1b44 /sm/gpgsm.h
parent* configure.ac: Changed tests for libusb to also suuport the (diff)
downloadgnupg-f96ad015d8ac7611213ff84227f97c7c6eb25fe7.tar.gz
gnupg-f96ad015d8ac7611213ff84227f97c7c6eb25fe7.zip
* gpgsm.c: New option --with-ephemeral-keys.
* keylist.c (list_internal_keys): Set it here. (list_cert_raw): And indicate those keys. Changed all our callers to pass the new arg HD through.
Diffstat (limited to 'sm/gpgsm.h')
-rw-r--r--sm/gpgsm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sm/gpgsm.h b/sm/gpgsm.h
index 786a97353..a1813462f 100644
--- a/sm/gpgsm.h
+++ b/sm/gpgsm.h
@@ -65,6 +65,9 @@ struct {
int with_md5_fingerprint; /* Also print an MD5 fingerprint for
standard key listings. */
+ int with_ephemeral_keys; /* Include ephemeral flagged keys in the
+ keylisting. */
+
int armor; /* force base64 armoring (see also ctrl.with_base64) */
int no_armor; /* don't try to figure out whether data is base64 armored*/