diff options
author | Werner Koch <[email protected]> | 2025-02-03 10:49:54 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2025-02-03 10:49:54 +0000 |
commit | c2ff47d5bcd2953fc2095ef2242af2c7e9cd4420 (patch) | |
tree | e874d6c7a3b0c12fc305bcf6cff9e7e375369901 | |
parent | gpg: Simplify the compliance settings. (diff) | |
download | gnupg-c2ff47d5bcd2953fc2095ef2242af2c7e9cd4420.tar.gz gnupg-c2ff47d5bcd2953fc2095ef2242af2c7e9cd4420.zip |
gpg: Base compliance "de-vs" now on "gnupg" and not on "openpgp".
* g10/gpg.c (set_compliance_option) <oDE_VS>: Change.
--
This version has not yet been evaluated and thus we are able to
change it to a more useful default.
-rw-r--r-- | g10/gpg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |