summaryrefslogtreecommitdiff
path: root/sm
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-02-09 16:00:31 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-02-09 16:00:31 +0900
commit8601db8a702e59fe82e777c44d09d7d0a1326cb8 (patch)
treeb97bfe7674b331456f8810f9a6bab5a5a7815af5 /sm
parent2139edc88d3496b81f2da0efead0f8111b6696fb (diff)
downloadgpg2-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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sm/gpgsm.c b/sm/gpgsm.c
index 0feda90..b505be1 100644
--- a/sm/gpgsm.c
+++ b/sm/gpgsm.c
@@ -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;