aboutsummaryrefslogtreecommitdiffstats
path: root/g10/misc.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2010-12-02 15:49:02 +0000
committerWerner Koch <[email protected]>2010-12-02 15:49:02 +0000
commitfcb5f7d08f25a2ca962b1f9ad7dbb332cc241f38 (patch)
tree19982dc1f1c8a0c4a88ca4e06974d70fc47caad9 /g10/misc.c
parentDescribe new log facilities. (diff)
downloadgnupg-fcb5f7d08f25a2ca962b1f9ad7dbb332cc241f38.tar.gz
gnupg-fcb5f7d08f25a2ca962b1f9ad7dbb332cc241f38.zip
s/AES/AES128/ in diagnostics and --list-config
Diffstat (limited to 'g10/misc.c')
-rw-r--r--g10/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/misc.c b/g10/misc.c
index b3b73ed67..1725258c5 100644
--- a/g10/misc.c
+++ b/g10/misc.c
@@ -409,7 +409,7 @@ openpgp_cipher_test_algo( int algo )
const char *
openpgp_cipher_algo_name (int algo)
{
- return gcry_cipher_algo_name (map_cipher_openpgp_to_gcry (algo));
+ return gnupg_cipher_algo_name (map_cipher_openpgp_to_gcry (algo));
}
int