mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
gpg: Do not require --status-fd along with --require-compliance.
* g10/mainproc.c (check_sig_and_print): Do not check whether status is enabled when checking compliance.
This commit is contained in:
parent
c0a6b6b2d7
commit
b9528830d6
@ -2516,7 +2516,7 @@ check_sig_and_print (CTX c, kbnode_t node)
|
||||
}
|
||||
|
||||
/* Compute compliance with CO_DE_VS. */
|
||||
if (pk && is_status_enabled ()
|
||||
if (pk
|
||||
&& gnupg_gcrypt_is_compliant (CO_DE_VS)
|
||||
&& gnupg_pk_is_compliant (CO_DE_VS, pk->pubkey_algo, 0, pk->pkey,
|
||||
nbits_from_pk (pk), NULL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user