diff options
author | Werner Koch <[email protected]> | 2010-12-02 15:49:02 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-12-02 15:49:02 +0000 |
commit | fcb5f7d08f25a2ca962b1f9ad7dbb332cc241f38 (patch) | |
tree | 19982dc1f1c8a0c4a88ca4e06974d70fc47caad9 /agent/cvt-openpgp.c | |
parent | Describe new log facilities. (diff) | |
download | gnupg-fcb5f7d08f25a2ca962b1f9ad7dbb332cc241f38.tar.gz gnupg-fcb5f7d08f25a2ca962b1f9ad7dbb332cc241f38.zip |
s/AES/AES128/ in diagnostics and --list-config
Diffstat (limited to '')
-rw-r--r-- | agent/cvt-openpgp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/cvt-openpgp.c b/agent/cvt-openpgp.c index 6cedc88ea..e6a14c436 100644 --- a/agent/cvt-openpgp.c +++ b/agent/cvt-openpgp.c @@ -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); } |