Reorganize private crypto header files
[oweals/openssl.git] / crypto / md5 / md5_locl.h
index 73ba4d6ccd923a26e089ccffdeb032ab579dda05..8571e4848e91054643877df9c863005693e3010f 100644 (file)
@@ -42,7 +42,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 "internal/md32_common.h"
+#include "crypto/md32_common.h"
 
 /*-
 #define F(x,y,z)        (((x) & (y))  |  ((~(x)) & (z)))