summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-10-01 20:43:30 +0000
committerRichard Levitte <levitte@openssl.org>2003-10-01 20:43:30 +0000
commit3074ade0cb959678f37e3bec5643ea1fd09807c2 (patch)
treeea9fef6053801e19f83b463901906113b32b75c7
parentc4c18c82e897b4a45eda7140d387c23ed392762d (diff)
downloadopenssl-new-3074ade0cb959678f37e3bec5643ea1fd09807c2.tar.gz
Include e_os.h to get a proper definition of memmove on the platforms
that do not have it.
-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 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.