Add documentation for CMS_EnvelopedData_create()
[openssl.git] / crypto / modes / cbc128.c
index c510d96fe98354b8a96be68ef1de92f7c8608a47..eec44bd91a5b1018becd151664a1538a0f4c88d6 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 "crypto/modes.h"
 
 #if !defined(STRICT_ALIGNMENT) && !defined(PEDANTIC)
 # define STRICT_ALIGNMENT 0