Include e_os.h to get a proper definition of memmove on the platforms
authorRichard Levitte <levitte@openssl.org>
Wed, 1 Oct 2003 20:43:30 +0000 (20:43 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 1 Oct 2003 20:43:30 +0000 (20:43 +0000)
that do not have it.

crypto/des/cfb_enc.c

index ec4fd4ea67bafe04741b7db77f01390347b962db..74f6b9d04f33cf1152a410cd12f04f508af7fe52 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.