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:03 +0000 (20:43 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 1 Oct 2003 20:43:03 +0000 (20:43 +0000)
that do not have it.

crypto/des/cfb_enc.c

index 17bf77ca9e388ef0df43d6a390d3b19ad1eca328..136efba95b5f85d0dfa92310f274b08a3fdb9a81 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.