aboutsummaryrefslogtreecommitdiff
path: root/crypto/modes/cbc128.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/modes/cbc128.c')
-rw-r--r--crypto/modes/cbc128.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/modes/cbc128.c b/crypto/modes/cbc128.c
index c510d96..eb8e06c 100644
--- a/crypto/modes/cbc128.c
+++ b/crypto/modes/cbc128.c
@@ -7,9 +7,9 @@
* https://www.openssl.org/source/license.html
*/
-#include <openssl/crypto.h>
-#include "modes_lcl.h"
#include <string.h>
+#include <openssl/crypto.h>
+#include "internal/modes_int.h"
#if !defined(STRICT_ALIGNMENT) && !defined(PEDANTIC)
# define STRICT_ALIGNMENT 0