projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
751ff1d
)
Make sure we get the definition of OPENSSL_NO_EC.
author
Richard Levitte
<levitte@openssl.org>
Thu, 20 Mar 2003 23:22:06 +0000
(23:22 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 20 Mar 2003 23:22:06 +0000
(23:22 +0000)
crypto/ec/ec.h
patch
|
blob
|
history
diff --git
a/crypto/ec/ec.h
b/crypto/ec/ec.h
index 1013bd8fa4e60214806a4fb6f1c1ea2c7a5d1c23..431a28b38f9763608f8039566023430c5df40a9c 100644
(file)
--- a/
crypto/ec/ec.h
+++ b/
crypto/ec/ec.h
@@
-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