summaryrefslogtreecommitdiffstats
path: root/src/decrepit/xts/xts.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/decrepit/xts/xts.c')
-rw-r--r--src/decrepit/xts/xts.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/decrepit/xts/xts.c b/src/decrepit/xts/xts.c
index cf8ad39..632e0f8 100644
--- a/src/decrepit/xts/xts.c
+++ b/src/decrepit/xts/xts.c
@@ -52,7 +52,8 @@
#include <openssl/aes.h>
#include <openssl/cipher.h>
-#include <openssl/modes.h>
+
+#include "../crypto/modes/internal.h"
#if defined(OPENSSL_X86_64) || defined(OPENSSL_X86) || defined(OPENSSL_AARCH64)