Make sure memcpy() is properly declared by including string.h.
authorRichard Levitte <levitte@openssl.org>
Mon, 10 Feb 2003 11:14:35 +0000 (11:14 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 10 Feb 2003 11:14:35 +0000 (11:14 +0000)
crypto/ec/ec_mult.c

index 2ebb2af7203341c44eed11b288acca6084457ab0..f4e5f90847114ee511f35cb457544608e5ae35ce 100644 (file)
@@ -61,6 +61,8 @@
  * and contributed to the OpenSSL project.
  */
 
+#include <string.h>
+
 #include <openssl/err.h>
 
 #include "ec_lcl.h"