From: Richard Levitte Date: Mon, 10 Feb 2003 11:14:35 +0000 (+0000) Subject: Make sure memcpy() is properly declared by including string.h. X-Git-Tag: BEN_FIPS_TEST_1~38^2~326 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=28f573a28dcfba4da90605d17f614c8ecb2243fc;p=oweals%2Fopenssl.git Make sure memcpy() is properly declared by including string.h. --- 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"