]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/modes/cfb128.c
Reorganize private crypto header files
[thirdparty/openssl.git] / crypto / modes / cfb128.c
index 39644a237ee034da7c426368b8a10709adfe055e..e9ce4df3a50486c70134dd8b8b81e5eba132dd73 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 cfb mode is being used.