From c2ff47d5bcd2953fc2095ef2242af2c7e9cd4420 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 3 Feb 2025 11:49:54 +0100 Subject: [PATCH] gpg: Base compliance "de-vs" now on "gnupg" and not on "openpgp". * g10/gpg.c (set_compliance_option) : Change. -- This version has not yet been evaluated and thus we are able to change it to a more useful default. --- g10/gpg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g10/gpg.c b/g10/gpg.c index e16244777..994b83b94 100644 --- a/g10/gpg.c +++ b/g10/gpg.c @@ -2335,7 +2335,7 @@ set_compliance_option (enum cmd_and_opt_values option) break; case oDE_VS: - set_compliance_option (oOpenPGP); + set_compliance_option (oGnuPG); opt.compliance = CO_DE_VS; /* We divert here from the backward compatible rfc4880 algos. */ opt.s2k_digest_algo = DIGEST_ALGO_SHA256;