Commit 3074ade0 authored by Richard Levitte's avatar Richard Levitte
Browse files

Include e_os.h to get a proper definition of memmove on the platforms

that do not have it.
parent c4c18c82
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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.