summaryrefslogtreecommitdiffstats
path: root/crypto/ext4crypt/Ext4Crypt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ext4crypt/Ext4Crypt.cpp')
-rw-r--r--crypto/ext4crypt/Ext4Crypt.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/ext4crypt/Ext4Crypt.cpp b/crypto/ext4crypt/Ext4Crypt.cpp
index 048a0bd9f..15d7d8f32 100644
--- a/crypto/ext4crypt/Ext4Crypt.cpp
+++ b/crypto/ext4crypt/Ext4Crypt.cpp
@@ -17,7 +17,11 @@
#include "Ext4Crypt.h"
#include "Decrypt.h"
+#ifdef USE_KEYSTORAGE_3
+#include "KeyStorage3.h"
+#else
#include "KeyStorage.h"
+#endif
#include "Utils.h"
#include <algorithm>