summary refs log tree commit diff stats
path: root/crypto/ivgenpriv.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ivgenpriv.h')
-rw-r--r--crypto/ivgenpriv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ivgenpriv.h b/crypto/ivgenpriv.h
index 0227ae4d00..ef24c76345 100644
--- a/crypto/ivgenpriv.h
+++ b/crypto/ivgenpriv.h
@@ -41,7 +41,7 @@ struct QCryptoIVGen {
     void *private;
 
     QCryptoIVGenAlgorithm algorithm;
-    QCryptoCipherAlgorithm cipher;
+    QCryptoCipherAlgo cipher;
     QCryptoHashAlgo hash;
 };