From: Richard Levitte Date: Fri, 21 Mar 2003 00:04:14 +0000 (+0000) Subject: Make sure to declare mem*() properly. X-Git-Tag: BEN_FIPS_TEST_1~38^2~199 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8b5bcef7981ed9c561619fed3a6000b5c6ee6b95;p=oweals%2Fopenssl.git Make sure to declare mem*() properly. --- diff --git a/crypto/ecdh/ech_ossl.c b/crypto/ecdh/ech_ossl.c index 076eb2ea1f..b3cff5ad90 100644 --- a/crypto/ecdh/ech_ossl.c +++ b/crypto/ecdh/ech_ossl.c @@ -68,6 +68,7 @@ */ +#include #include #include "cryptlib.h"