diff options
author | Werner Koch <[email protected]> | 2024-08-21 09:26:34 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2024-08-21 09:26:34 +0000 |
commit | a891e55f15a37ae005698c7c1fc124d1b15cda85 (patch) | |
tree | 2d1ba3dcde95fb8b88b994a9a5f98351981e1baa | |
parent | Post release updates (diff) | |
download | gnupg-a891e55f15a37ae005698c7c1fc124d1b15cda85.tar.gz gnupg-a891e55f15a37ae005698c7c1fc124d1b15cda85.zip |
w32: Add two more registry entries for use with -X
* tools/gpgconf.c (show_other_registry_entries): Add entries.
-rw-r--r-- | tools/gpgconf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/gpgconf.c b/tools/gpgconf.c index 2b99a9479..028364dd9 100644 --- a/tools/gpgconf.c +++ b/tools/gpgconf.c @@ -1412,6 +1412,8 @@ show_other_registry_entries (estream_t outfp) { 3, "splitBCCMails" }, { 3, "combinedOpsEnabled" }, { 3, "encryptSubject" }, + { 3, "noSaveBeforeDecrypt" }, + { 3, "closeOnUnknownWriteEvent" }, { 0, NULL } }; int idx; |