From cf89b40584aa882a963e8b5a86d8c3789fc4c8e2 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 1 Oct 2003 20:43:03 +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 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. -- 2.25.1