Page MenuHome GnuPG

informative "encrypted data" message should be suppressed by --quiet
Closed, ResolvedPublic

Description

Release: 1.2.3

Environment

All builds

Description

When decrypting a message encrypted with --symmetric a message is output like:

gpg: CAST5 encrypted data

This message should not appear with --quiet option selected.
I believe it is output from line 288 of mainproc.c in proc_symkey_enc( CTX c, PACKET *pkt ).

Patch attached.

Fix

Unknown