diff options
Diffstat (limited to '')
-rw-r--r-- | g10/misc.c | 2 |
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 |