Identify and move common internal libcrypto header files
[openssl.git] / crypto / md5 / md5_locl.h
index 6c1bf35b804db782b275c0fd0efde7c537010ac9..22ae9b3e3482c2f80f81bc0714a758bf1b58e5ba 100644 (file)
@@ -91,7 +91,7 @@ void md5_block_data_order(MD5_CTX *c, const void *p, size_t num);
         } while (0)
 #define HASH_BLOCK_DATA_ORDER   md5_block_data_order
 
-#include "md32_common.h"
+#include "internal/md32_common.h"
 
 /*-
 #define F(x,y,z)        (((x) & (y))  |  ((~(x)) & (z)))