From d680c130600e89a50af895455c29308f218127ac Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 1 Oct 2003 20:41:49 +0000 Subject: [PATCH] Include e_os.h to get a proper definition for memmove() for the platforms that don't 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 2600bdfc93..1ea0490460 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