Add Common shared code needed to move aes ciphers to providers
[openssl.git] / crypto / modes / cfb128.c
index 53522406d0f80dae1513735b0f38fa515294e07e..39644a237ee034da7c426368b8a10709adfe055e 100644 (file)
@@ -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"
 
 /*
  * The input and output encrypted as though 128bit cfb mode is being used.