projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Make sure memcpy() is properly declared by including string.h.
[openssl.git]
/
crypto
/
ec
/
ec_mult.c
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"