FLAT_INC is not needed; we use -I.. all the time

This commit is contained in:
Ulf Möller 2000-03-19 12:15:24 +00:00
parent 48b83a2504
commit 2501b335fa
3 changed files with 0 additions and 12 deletions

View 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)))

View 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))

View file

@ -130,11 +130,7 @@
# 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