Change the printing mahine used by BIO_printf() and friends so it can
[oweals/openssl.git] / crypto / md5 / md5_locl.h
index 06af6332286ffbd6309b3ca7feafd39a16ea2382..c912484122893ff12653f61e87af91fd0295d4a9 100644 (file)
@@ -135,11 +135,7 @@ void md5_block_data_order (MD5_CTX *c, const void *p,int num);
  */
 #endif
 
-#ifndef FLAT_INC
-#include "../md32_common.h"
-#else
 #include "md32_common.h"
-#endif
 
 /*
 #define        F(x,y,z)        (((x) & (y))  |  ((~(x)) & (z)))