From: Richard Levitte Date: Wed, 1 Oct 2003 20:43:03 +0000 (+0000) Subject: Include e_os.h to get a proper definition of memmove on the platforms X-Git-Tag: BEN_FIPS_TEST_4^2~11^2~87 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cf89b40584aa882a963e8b5a86d8c3789fc4c8e2;p=oweals%2Fopenssl.git Include e_os.h to get a proper definition of memmove on the platforms that do not have it. --- diff --git a/crypto/des/cfb_enc.c b/crypto/des/cfb_enc.c index 17bf77ca9e..136efba95b 100644 --- a/crypto/des/cfb_enc.c +++ b/crypto/des/cfb_enc.c @@ -56,6 +56,7 @@ * [including the GNU Public Licence.] */ +#include "e_os.h" #include "des_locl.h" /* The input and output are loaded in multiples of 8 bits.