Commit 03829b2b authored by Richard Levitte's avatar Richard Levitte
Browse files

Make sure we get the definition of OPENSSL_NO_ECDH.

parent 87c9c659
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -69,6 +69,8 @@
#ifndef HEADER_ECDH_H
#define HEADER_ECDH_H

#include <openssl/opensslconf.h>

#ifdef OPENSSL_NO_ECDH
#error ECDH is disabled.
#endif