]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/modes/ofb128.c
Add Common shared code needed to move aes ciphers to providers
[thirdparty/openssl.git] / crypto / modes / ofb128.c
index 96b15c712c398393d2f73e896ef26eb97054c35b..b894cbb5c18e431f56103c4c08615977d133d527 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 ofb mode is being used.