From 2501b335fa1601082cfa3d6fe16c04f2ec424dd3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulf=20M=C3=B6ller?= Date: Sun, 19 Mar 2000 12:15:24 +0000 Subject: [PATCH] FLAT_INC is not needed; we use -I.. all the time --- crypto/md5/md5_locl.h | 4 ---- crypto/ripemd/rmd_locl.h | 4 ---- crypto/sha/sha_locl.h | 4 ---- 3 files changed, 12 deletions(-) diff --git a/crypto/md5/md5_locl.h b/crypto/md5/md5_locl.h index 06af633228..c912484122 100644 --- a/crypto/md5/md5_locl.h +++ b/crypto/md5/md5_locl.h @@ -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))) diff --git a/crypto/ripemd/rmd_locl.h b/crypto/ripemd/rmd_locl.h index 145cf316b9..f537b88867 100644 --- a/crypto/ripemd/rmd_locl.h +++ b/crypto/ripemd/rmd_locl.h @@ -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)) diff --git a/crypto/sha/sha_locl.h b/crypto/sha/sha_locl.h index 3e6f489b87..2f8aef83f3 100644 --- a/crypto/sha/sha_locl.h +++ b/crypto/sha/sha_locl.h @@ -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 -- 2.34.1