aboutsummaryrefslogtreecommitdiffstats
path: root/sm/encrypt.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 /sm/encrypt.c
parentDescribe new log facilities. (diff)
downloadgnupg-fcb5f7d08f25a2ca962b1f9ad7dbb332cc241f38.tar.gz
gnupg-fcb5f7d08f25a2ca962b1f9ad7dbb332cc241f38.zip
s/AES/AES128/ in diagnostics and --list-config
Diffstat (limited to 'sm/encrypt.c')
-rw-r--r--sm/encrypt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/encrypt.c b/sm/encrypt.c
index a049a50ac..ffe88a790 100644
--- a/sm/encrypt.c
+++ b/sm/encrypt.c
@@ -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;