mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Merge branch 'STABLE-BRANCH-2-2.40' into STABLE-BRANCH-2-2
--
This commit is contained in:
commit
9a012d2c53
45 changed files with 840 additions and 146 deletions
|
@ -3804,9 +3804,11 @@ main (int argc, char **argv)
|
|||
set_debug (debug_level);
|
||||
if (opt.verbose) /* Print the compatibility flags. */
|
||||
parse_compatibility_flags (NULL, &opt.compat_flags, compatibility_flags);
|
||||
|
||||
gnupg_set_compliance_extra_info (CO_EXTRA_INFO_MIN_RSA, opt.min_rsa_length);
|
||||
if ((opt.compat_flags & COMPAT_VSD_ALLOW_OCB))
|
||||
gnupg_set_compliance_extra_info (CO_EXTRA_INFO_VSD_ALLOW_OCB, 1);
|
||||
|
||||
if (DBG_CLOCK)
|
||||
log_clock ("start");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue