mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpg: Add the AEAD algo number to the DECRYPTION_INFO status line.
* g10/decrypt-data.c (decrypt_data): Print the aead_algo -- GnuPG-bug-id: 7398
This commit is contained in:
parent
5b3fc8abaa
commit
c8c86f25fd
2 changed files with 3 additions and 1 deletions
|
@ -282,7 +282,7 @@ decrypt_data (ctrl_t ctrl, void *procctx, PKT_encrypted *ed, DEK *dek,
|
|||
}
|
||||
|
||||
write_status_printf (STATUS_DECRYPTION_INFO, "%d %d %d",
|
||||
ed->mdc_method, dek->algo, 0);
|
||||
ed->mdc_method, dek->algo, ed->aead_algo);
|
||||
|
||||
if (opt.show_session_key)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue