Make sure memmove() is defined, even on SunOS 4.1.4.
authorRichard Levitte <levitte@openssl.org>
Mon, 1 Nov 2004 07:58:38 +0000 (07:58 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 1 Nov 2004 07:58:38 +0000 (07:58 +0000)
PR: 963

crypto/aes/aes_cfb.c
crypto/des/cfb64ede.c

index 2e0c41ec2b6b7e9178e37d0c01b03fc3c2db5eda..ab42cd5ecd242c70d41f7e9e2d599343ba252df0 100644 (file)
 
 #include <openssl/aes.h>
 #include "aes_locl.h"
+#include "e_os.h"
 
 /* The input and output encrypted as though 128bit cfb mode is being
  * used.  The extra state information to record how much of the
index 453b078d30e2c80ab326cd8273478682b135a4dc..de34ecceb96de793fe0273cb95fdce7b6b092a29 100644 (file)
@@ -57,6 +57,7 @@
  */
 
 #include "des_locl.h"
+#include "e_os.h"
 
 /* The input and output encrypted as though 64bit cfb mode is being
  * used.  The extra state information to record how much of the