git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd43e3a
)
Include ../config.h
author
kramm
<kramm>
Sun, 1 Feb 2004 22:06:29 +0000
(22:06 +0000)
committer
kramm
<kramm>
Sun, 1 Feb 2004 22:06:29 +0000
(22:06 +0000)
lib/MD5.c
patch
|
blob
|
history
diff --git
a/lib/MD5.c
b/lib/MD5.c
index
ee457e0
..
268e708
100644
(file)
--- a/
lib/MD5.c
+++ b/
lib/MD5.c
@@
-30,6
+30,8
@@
* SUCH DAMAGE.
*/
+#include "../config.h"
+
#include <string.h>
#ifndef _NETINET6_MD5_H_
@@
-121,7
+123,7
@@
do { \
*/
#ifndef HAVE_BCOPY
-void bcopy(void*src, void*dest, int len)
+void bcopy(const void*src, void*dest, int len)
{
memcpy(dest, src, len);
}