aboutsummaryrefslogtreecommitdiff
path: root/crypto/ivgenpriv.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ivgenpriv.h')
-rw-r--r--crypto/ivgenpriv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/ivgenpriv.h b/crypto/ivgenpriv.h
index cecdbed..e3388d3 100644
--- a/crypto/ivgenpriv.h
+++ b/crypto/ivgenpriv.h
@@ -40,9 +40,9 @@ struct QCryptoIVGen {
QCryptoIVGenDriver *driver;
void *private;
- QCryptoIVGenAlgorithm algorithm;
- QCryptoCipherAlgorithm cipher;
- QCryptoHashAlgorithm hash;
+ QCryptoIVGenAlgo algorithm;
+ QCryptoCipherAlgo cipher;
+ QCryptoHashAlgo hash;
};