actions: decrypt clearouts
This commit is contained in:
parent
6e10c08b4b
commit
434f9ef1fb
|
@ -235,7 +235,8 @@ int action_decrypt (bool armor,
|
|||
if ( (!AS.count (msg.alg_id) )
|
||||
|| (!AS[msg.alg_id]->provides_encryption() ) ) {
|
||||
err ("error: decryption algorithm unsupported");
|
||||
err ("info: requires algorithm " << msg.alg_id);
|
||||
err ("info: requires algorithm " << msg.alg_id
|
||||
<< " with encryption support");
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue