summaryrefslogtreecommitdiffstats
path: root/crypto/ecdsa/ecdsa.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-03-20 23:22:31 +0000
committerRichard Levitte <levitte@openssl.org>2003-03-20 23:22:31 +0000
commit3b6aa36c77307dbb22b767b484a62e8e5e4bcc4e (patch)
tree5b529cd50281b56233dc09adec23db49568c793b /crypto/ecdsa/ecdsa.h
parent03829b2b4774d20e40fc61fb4d8b5e8b39bcae6f (diff)
Make sure we get the definition of OPENSSL_NO_ECDSA.
Diffstat (limited to 'crypto/ecdsa/ecdsa.h')
-rw-r--r--crypto/ecdsa/ecdsa.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/ecdsa/ecdsa.h b/crypto/ecdsa/ecdsa.h
index d72d0b1363..e82762d35d 100644
--- a/crypto/ecdsa/ecdsa.h
+++ b/crypto/ecdsa/ecdsa.h
@@ -55,6 +55,8 @@
#ifndef HEADER_ECDSA_H
#define HEADER_ECDSA_H
+#include <openssl/opensslconf.h>
+
#ifdef OPENSSL_NO_ECDSA
#error ECDSA is disabled.
#endif