From: Richard Levitte Date: Sat, 10 Aug 2002 01:36:14 +0000 (+0000) Subject: mem* functions are declared in string.h. X-Git-Tag: OpenSSL_0_9_7-beta4~203^2~19 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5454829ae6684c0c9a8640fd940bfd53299ae39b;p=oweals%2Fopenssl.git mem* functions are declared in string.h. --- diff --git a/crypto/ec/ec_asn1.c b/crypto/ec/ec_asn1.c index fa38f5231f..c1879dc510 100644 --- a/crypto/ec/ec_asn1.c +++ b/crypto/ec/ec_asn1.c @@ -53,6 +53,7 @@ * */ +#include #include "ec_lcl.h" #include #include diff --git a/crypto/ec/ec_key.c b/crypto/ec/ec_key.c index f9f98cfd9d..d537fe7de6 100644 --- a/crypto/ec/ec_key.c +++ b/crypto/ec/ec_key.c @@ -61,6 +61,7 @@ * contributed to the OpenSSL project. */ +#include #include "ec_lcl.h" #include #include diff --git a/crypto/ecdsa/ecs_lib.c b/crypto/ecdsa/ecs_lib.c index bd0e34cbb4..8eb1c30865 100644 --- a/crypto/ecdsa/ecs_lib.c +++ b/crypto/ecdsa/ecs_lib.c @@ -53,6 +53,7 @@ * */ +#include #include "ecdsa.h" #include