summaryrefslogtreecommitdiffstats
path: root/sm/gpgsm.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2023-03-16 09:46:05 +0100
committerWerner Koch <wk@gnupg.org>2023-03-16 09:46:05 +0100
commite4ac3e7dec92acce32398f571959c7a33534f0c4 (patch)
treeefe905888d31623d76bae0e90da79978794cf94e /sm/gpgsm.h
parentgpgtar: Do not allow the use of stdout for --status-fd (diff)
downloadgnupg2-e4ac3e7dec92acce32398f571959c7a33534f0c4.tar.xz
gnupg2-e4ac3e7dec92acce32398f571959c7a33534f0c4.zip
gpgsm: New option --no-pretty-dn
* sm/gpgsm.c (oNoPrettyDN): New. (opts): Add --no-pretty-dn. (main): Implement. * sm/gpgsm.h (opt): Add no_pretty_dn. * sm/certdump.c (gpgsm_es_print_name): Act upon.
Diffstat (limited to 'sm/gpgsm.h')
-rw-r--r--sm/gpgsm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sm/gpgsm.h b/sm/gpgsm.h
index e09dd75e9..6149b8491 100644
--- a/sm/gpgsm.h
+++ b/sm/gpgsm.h
@@ -85,6 +85,8 @@ struct
int with_key_screening; /* Option --with-key-screening active. */
+ int no_pretty_dn; /* Option --no-pretty-dn */
+
int pinentry_mode;
int request_origin;