Identify and move common internal libcrypto header files
[openssl.git] / crypto / md4 / md4_locl.h
index 6ed21e13da191b4ea8cb84a522762e337179f701..c6dd348545b9e75e80275c1bea103f297bcd4f8c 100644 (file)
@@ -80,7 +80,7 @@ void md4_block_data_order(MD4_CTX *c, const void *p, size_t num);
         } while (0)
 #define HASH_BLOCK_DATA_ORDER   md4_block_data_order
 
-#include "md32_common.h"
+#include "internal/md32_common.h"
 
 /*-
 #define F(x,y,z)        (((x) & (y))  |  ((~(x)) & (z)))