Make sure we get the definition of OPENSSL_NO_ECDH.

This commit is contained in:
Richard Levitte 2003-03-20 23:22:17 +00:00
parent 87c9c659de
commit 03829b2b47

View File

@ -69,6 +69,8 @@
#ifndef HEADER_ECDH_H #ifndef HEADER_ECDH_H
#define HEADER_ECDH_H #define HEADER_ECDH_H
#include <openssl/opensslconf.h>
#ifdef OPENSSL_NO_ECDH #ifdef OPENSSL_NO_ECDH
#error ECDH is disabled. #error ECDH is disabled.
#endif #endif