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 cecdbedfde..0227ae4d00 100644
--- a/crypto/ivgenpriv.h
+++ b/crypto/ivgenpriv.h
@@ -42,7 +42,7 @@ struct QCryptoIVGen {
 
     QCryptoIVGenAlgorithm algorithm;
     QCryptoCipherAlgorithm cipher;
-    QCryptoHashAlgorithm hash;
+    QCryptoHashAlgo hash;
 };