From 28f573a28dcfba4da90605d17f614c8ecb2243fc Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 10 Feb 2003 11:14:35 +0000 Subject: [PATCH 1/1] Make sure memcpy() is properly declared by including string.h. --- crypto/ec/ec_mult.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crypto/ec/ec_mult.c b/crypto/ec/ec_mult.c index 2ebb2af720..f4e5f90847 100644 --- a/crypto/ec/ec_mult.c +++ b/crypto/ec/ec_mult.c @@ -61,6 +61,8 @@ * and contributed to the OpenSSL project. */ +#include + #include #include "ec_lcl.h" -- 2.34.1