Reorganize private crypto header files
[openssl.git] / crypto / modes / ofb128.c
index b894cbb5c18e431f56103c4c08615977d133d527..2eca09bc1b03f928813729e44c7ede4a1d623bc9 100644 (file)
@@ -9,7 +9,7 @@
 
 #include <string.h>
 #include <openssl/crypto.h>
-#include "internal/modes_int.h"
+#include "crypto/modes.h"
 
 /*
  * The input and output encrypted as though 128bit ofb mode is being used.