Reorganize private crypto header files
[openssl.git] / crypto / md4 / md4_locl.h
index 74e53507a644d25ce1827f8848b7845aee71600f..58c23e1ad6cbb850025c11a0d6d597ac49c9b44d 100644 (file)
@@ -31,7 +31,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 "internal/md32_common.h"
+#include "crypto/md32_common.h"
 
 /*-
 #define F(x,y,z)        (((x) & (y))  |  ((~(x)) & (z)))