From 8b5bcef7981ed9c561619fed3a6000b5c6ee6b95 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 21 Mar 2003 00:04:14 +0000 Subject: [PATCH] Make sure to declare mem*() properly. --- crypto/ecdh/ech_ossl.c | 1 + 1 file changed, 1 insertion(+) 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" -- 2.25.1