Make sure we get the definition of OPENSSL_NO_EC.

This commit is contained in:
Richard Levitte 2003-03-20 23:22:06 +00:00
parent 751ff1d376
commit 87c9c659de

View 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