Include e_os.h to get a proper definition for memmove() for the
authorRichard Levitte <levitte@openssl.org>
Wed, 1 Oct 2003 20:41:49 +0000 (20:41 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 1 Oct 2003 20:41:49 +0000 (20:41 +0000)
platforms that don't have it.

crypto/des/cfb_enc.c

index 2600bdfc93a9a4cdbed01cccec9e56c7e7d6f12a..1ea04904607049d3785fa58b6220a3f8e66fef14 100644 (file)
@@ -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.