From: Richard Levitte Date: Wed, 1 Oct 2003 20:43:30 +0000 (+0000) Subject: Include e_os.h to get a proper definition of memmove on the platforms X-Git-Tag: OpenSSL_0_9_6l~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3074ade0cb959678f37e3bec5643ea1fd09807c2;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 ec4fd4ea67..74f6b9d04f 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.