aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-03-20 23:22:06 +0000
committerRichard Levitte <levitte@openssl.org>2003-03-20 23:22:06 +0000
commit87c9c659ded39508fe0ff3ede830306c261ef5cc (patch)
tree741c2e77d4664c789453856e4ff197c1c65b088f /crypto/ec
parent751ff1d376feae3beaee90ca66dd7fe92e2316d2 (diff)
downloadopenssl-87c9c659ded39508fe0ff3ede830306c261ef5cc.tar.gz
Make sure we get the definition of OPENSSL_NO_EC.
Diffstat (limited to 'crypto/ec')
-rw-r--r--crypto/ec/ec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/ec/ec.h b/crypto/ec/ec.h
index 1013bd8fa4..431a28b38f 100644
--- a/crypto/ec/ec.h
+++ b/crypto/ec/ec.h
@@ -72,6 +72,8 @@
#ifndef HEADER_EC_H
#define HEADER_EC_H
+#include <openssl/opensslconf.h>
+
#ifdef OPENSSL_NO_EC
#error EC is disabled.
#endif