From 3074ade0cb959678f37e3bec5643ea1fd09807c2 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 1 Oct 2003 20:43:30 +0000 Subject: [PATCH] Include e_os.h to get a proper definition of memmove on the platforms that do not have it. --- crypto/des/cfb_enc.c | 1 + 1 file changed, 1 insertion(+) 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. -- 2.25.1