diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-02-09 16:00:31 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-02-09 16:00:31 +0900 |
commit | 8601db8a702e59fe82e777c44d09d7d0a1326cb8 (patch) | |
tree | b97bfe7674b331456f8810f9a6bab5a5a7815af5 /sm | |
parent | 2139edc88d3496b81f2da0efead0f8111b6696fb (diff) | |
download | gpg2-8601db8a702e59fe82e777c44d09d7d0a1326cb8.tar.gz gpg2-8601db8a702e59fe82e777c44d09d7d0a1326cb8.tar.bz2 gpg2-8601db8a702e59fe82e777c44d09d7d0a1326cb8.zip |
Imported Upstream version 2.2.4upstream/2.2.4
Diffstat (limited to 'sm')
-rw-r--r-- | sm/gpgsm.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1450,6 +1450,7 @@ main ( int argc, char **argv) { struct gnupg_compliance_option compliance_options[] = { + { "gnupg", CO_GNUPG }, { "de-vs", CO_DE_VS } }; int compliance = gnupg_parse_compliance_option (pargs.r.ret_str, @@ -1786,6 +1787,7 @@ main ( int argc, char **argv) proc_parameters actually implements. */ es_printf ("default_pubkey_algo:%lu:\"%s:\n", GC_OPT_FLAG_DEFAULT, "RSA-2048"); + es_printf ("compliance:%lu:\"%s:\n", GC_OPT_FLAG_DEFAULT, "gnupg"); } break; |