X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fripemd%2Frmd_locl.h;h=f537b8886758e0034309d0b8b5483f38637910bb;hp=145cf316b9032564a9316bfe70a79c455cad851f;hb=8f4fac7f965b4604bc71be4bd486a8641c0504ab;hpb=232616efce79504eb0a950ff45960049ed92f230 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))