summaryrefslogtreecommitdiffstats
path: root/crypto/ecdh
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2003-03-20 17:09:46 +0000
committerDr. Stephen Henson <steve@openssl.org>2003-03-20 17:09:46 +0000
commit10a66ad38993c9f2b9e7d9d97ccc3e15c4eff495 (patch)
treebbf928b6f733acdfdcd29ac9ac42ae6c99b97c44 /crypto/ecdh
parente986704d24e486850794cc20c0245431884b2a58 (diff)
Avoid warning.
Diffstat (limited to 'crypto/ecdh')
-rw-r--r--crypto/ecdh/ech_ossl.c2
1 files changed, 2 insertions, 0 deletions
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 <limits.h>
+#include "cryptlib.h"
+
#include <openssl/ecdh.h>
#include <openssl/err.h>
#include <openssl/sha.h>