Commit 2501b335 authored by Ulf Möller's avatar Ulf Möller
Browse files

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

parent 48b83a25
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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)))
+0 −4
Original line number Diff line number Diff line
@@ -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))
+0 −4
Original line number Diff line number Diff line
@@ -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