summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2004-11-01 07:58:38 +0000
committerRichard Levitte <levitte@openssl.org>2004-11-01 07:58:38 +0000
commit1a4b8e7cee43d037107f7db193aaf8b2abf78f80 (patch)
tree2a3acd56fe808175ca23722e7d582456be4b4984
parent03386677edda1c933b2d1af0ea3c0b070e5d728e (diff)
Make sure memmove() is defined, even on SunOS 4.1.4.
PR: 963
-rw-r--r--crypto/aes/aes_cfb.c1
-rw-r--r--crypto/des/cfb64ede.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/crypto/aes/aes_cfb.c b/crypto/aes/aes_cfb.c
index 2e0c41ec2b..ab42cd5ecd 100644
--- a/crypto/aes/aes_cfb.c
+++ b/crypto/aes/aes_cfb.c
@@ -114,6 +114,7 @@
#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
diff --git a/crypto/des/cfb64ede.c b/crypto/des/cfb64ede.c
index 453b078d30..de34ecceb9 100644
--- a/crypto/des/cfb64ede.c
+++ b/crypto/des/cfb64ede.c
@@ -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