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:
e2c9c91
)
Make sure memcpy() is properly declared by including string.h.
author
Richard Levitte
<levitte@openssl.org>
Mon, 10 Feb 2003 11:14:35 +0000
(11:14 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 10 Feb 2003 11:14:35 +0000
(11:14 +0000)
crypto/ec/ec_mult.c
patch
|
blob
|
history
diff --git
a/crypto/ec/ec_mult.c
b/crypto/ec/ec_mult.c
index 2ebb2af7203341c44eed11b288acca6084457ab0..f4e5f90847114ee511f35cb457544608e5ae35ce 100644
(file)
--- a/
crypto/ec/ec_mult.c
+++ b/
crypto/ec/ec_mult.c
@@
-61,6
+61,8
@@
* and contributed to the OpenSSL project.
*/
+#include <string.h>
+
#include <openssl/err.h>
#include "ec_lcl.h"