FLAT_INC is not needed; we use -I.. all the time
authorUlf Möller <ulf@openssl.org>
Sun, 19 Mar 2000 12:15:24 +0000 (12:15 +0000)
committerUlf Möller <ulf@openssl.org>
Sun, 19 Mar 2000 12:15:24 +0000 (12:15 +0000)
crypto/md5/md5_locl.h
crypto/ripemd/rmd_locl.h
crypto/sha/sha_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)))
index 145cf316b9032564a9316bfe70a79c455cad851f..f537b8886758e0034309d0b8b5483f38637910bb 100644 (file)
@@ -106,11 +106,7 @@ void ripemd160_block_data_order (RIPEMD160_CTX *c, const void *p,int num);
 #define HASH_BLOCK_DATA_ORDER   ripemd160_block_data_order
 #endif
 
-#ifndef FLAT_INC
-#include "../md32_common.h"
-#else
 #include "md32_common.h"
-#endif
 
 #if 0
 #define F1(x,y,z)       ((x)^(y)^(z))
index 3e6f489b876314cfff051507e959c138bc24b255..2f8aef83f38d263e10726a8af1a00e4078932e09 100644 (file)
 # error "Either SHA_0 or SHA_1 must be defined."
 #endif
 
-#ifndef FLAT_INC
-#include "../md32_common.h"
-#else
 #include "md32_common.h"
-#endif
 
 #define INIT_DATA_h0 0x67452301UL
 #define INIT_DATA_h1 0xefcdab89UL