summaryrefslogtreecommitdiffstats
path: root/crypto/des
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-10-01 20:43:03 +0000
committerRichard Levitte <levitte@openssl.org>2003-10-01 20:43:03 +0000
commitcf89b40584aa882a963e8b5a86d8c3789fc4c8e2 (patch)
treefec154b40e32ff9f27ae24874e245169bed552d5 /crypto/des
parentc076599c1826407050d60db88a35d56d36658769 (diff)
Include e_os.h to get a proper definition of memmove on the platforms
that do not have it.
Diffstat (limited to 'crypto/des')
-rw-r--r--crypto/des/cfb_enc.c1
1 files changed, 1 insertions, 0 deletions
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.