projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a510e9e
)
Include e_os.h to get a proper definition for memmove() for the
author
Richard Levitte
<levitte@openssl.org>
Wed, 1 Oct 2003 20:41:49 +0000
(20:41 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 1 Oct 2003 20:41:49 +0000
(20:41 +0000)
platforms that don't have it.
crypto/des/cfb_enc.c
patch
|
blob
|
history
diff --git
a/crypto/des/cfb_enc.c
b/crypto/des/cfb_enc.c
index 2600bdfc93a9a4cdbed01cccec9e56c7e7d6f12a..1ea04904607049d3785fa58b6220a3f8e66fef14 100644
(file)
--- a/
crypto/des/cfb_enc.c
+++ b/
crypto/des/cfb_enc.c
@@
-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.