mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
s/AES/AES128/ in diagnostics and --list-config
This commit is contained in:
parent
5379d3527d
commit
fcb5f7d08f
12 changed files with 51 additions and 8 deletions
|
@ -283,7 +283,7 @@ do_unprotect (const char *passphrase,
|
|||
the OpenPGP algorithm numbers map one-to-one to the Libgcrypt
|
||||
numbers. */
|
||||
log_info (_("protection algorithm %d (%s) is not supported\n"),
|
||||
protect_algo, gcry_cipher_algo_name (protect_algo));
|
||||
protect_algo, gnupg_cipher_algo_name (protect_algo));
|
||||
return gpg_error (GPG_ERR_CIPHER_ALGO);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue