Make sure we get the definition of OPENSSL_NO_EC.
authorRichard Levitte <levitte@openssl.org>
Thu, 20 Mar 2003 23:22:06 +0000 (23:22 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 20 Mar 2003 23:22:06 +0000 (23:22 +0000)
crypto/ec/ec.h

index 1013bd8fa4e60214806a4fb6f1c1ea2c7a5d1c23..431a28b38f9763608f8039566023430c5df40a9c 100644 (file)
@@ -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