1
0
Fork 0
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:
Werner Koch 2010-12-02 15:49:02 +00:00
parent 5379d3527d
commit fcb5f7d08f
12 changed files with 51 additions and 8 deletions

View file

@ -86,7 +86,7 @@ init_dek (DEK dek)
case GCRY_CIPHER_DES:
case GCRY_CIPHER_RFC2268_40:
log_error ("cipher algorithm `%s' not allowed: too weak\n",
gcry_cipher_algo_name (dek->algo));
gnupg_cipher_algo_name (dek->algo));
return gpg_error (GPG_ERR_UNSUPPORTED_ALGORITHM);
default:
break;