From e42fb73c3f0cf5dd67e7fb93846d45ec383c2222 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 1 Nov 2004 07:58:53 +0000 Subject: [PATCH] Make sure memmove() is defined, even on SunOS 4.1.4. PR: 963 --- crypto/des/cfb64ede.c | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/des/cfb64ede.c b/crypto/des/cfb64ede.c index 5362a551bf..ca5fe1e5ee 100644 --- a/crypto/des/cfb64ede.c +++ b/crypto/des/cfb64ede.c @@ -57,6 +57,7 @@ */ #include "des_locl.h" +#include "e_os.h" /* The input and output encrypted as though 64bit cfb mode is being * used. The extra state information to record how much of the -- 2.25.1