diff options
Diffstat (limited to 'src/lib/libcrypto/ripemd/rmd_locl.h')
-rw-r--r-- | src/lib/libcrypto/ripemd/rmd_locl.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/libcrypto/ripemd/rmd_locl.h b/src/lib/libcrypto/ripemd/rmd_locl.h index 145cf316b9..f537b88867 100644 --- a/src/lib/libcrypto/ripemd/rmd_locl.h +++ b/src/lib/libcrypto/ripemd/rmd_locl.h | |||
@@ -106,11 +106,7 @@ void ripemd160_block_data_order (RIPEMD160_CTX *c, const void *p,int num); | |||
106 | #define HASH_BLOCK_DATA_ORDER ripemd160_block_data_order | 106 | #define HASH_BLOCK_DATA_ORDER ripemd160_block_data_order |
107 | #endif | 107 | #endif |
108 | 108 | ||
109 | #ifndef FLAT_INC | ||
110 | #include "../md32_common.h" | ||
111 | #else | ||
112 | #include "md32_common.h" | 109 | #include "md32_common.h" |
113 | #endif | ||
114 | 110 | ||
115 | #if 0 | 111 | #if 0 |
116 | #define F1(x,y,z) ((x)^(y)^(z)) | 112 | #define F1(x,y,z) ((x)^(y)^(z)) |