From 10a66ad38993c9f2b9e7d9d97ccc3e15c4eff495 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Thu, 20 Mar 2003 17:09:46 +0000 Subject: [PATCH] Avoid warning. --- crypto/ecdh/ech_ossl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crypto/ecdh/ech_ossl.c b/crypto/ecdh/ech_ossl.c index b00c6c431a..076eb2ea1f 100644 --- a/crypto/ecdh/ech_ossl.c +++ b/crypto/ecdh/ech_ossl.c @@ -70,6 +70,8 @@ #include +#include "cryptlib.h" + #include #include #include -- GitLab