aboutsummaryrefslogtreecommitdiff
path: root/crypto/secret_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/secret_common.c')
-rw-r--r--crypto/secret_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/secret_common.c b/crypto/secret_common.c
index 3441c44ca8..2c141107a5 100644
--- a/crypto/secret_common.c
+++ b/crypto/secret_common.c
@@ -71,7 +71,7 @@ static void qcrypto_secret_decrypt(QCryptoSecretCommon *secret,
return;
}
- aes = qcrypto_cipher_new(QCRYPTO_CIPHER_ALG_AES_256,
+ aes = qcrypto_cipher_new(QCRYPTO_CIPHER_ALGO_AES_256,
QCRYPTO_CIPHER_MODE_CBC,
key, keylen,
errp);