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:
c4c18c8
)
Include e_os.h to get a proper definition of memmove on the platforms
author
Richard Levitte
<levitte@openssl.org>
Wed, 1 Oct 2003 20:43:30 +0000
(20:43 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 1 Oct 2003 20:43:30 +0000
(20:43 +0000)
that do not 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 ec4fd4ea67bafe04741b7db77f01390347b962db..74f6b9d04f33cf1152a410cd12f04f508af7fe52 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.