summaryrefslogtreecommitdiffstats
path: root/apps/ecparam.c
diff options
context:
space:
mode:
authorNils Larsch <nils@openssl.org>2005-05-31 17:36:06 +0000
committerNils Larsch <nils@openssl.org>2005-05-31 17:36:06 +0000
commit6e04afb8c5779314b15a6e77dcbd6868874904eb (patch)
treeee17f942c1765912ed3e3435223f43de8f9e794d /apps/ecparam.c
parent165fca51e0c03a5291995b8acc7612b4ca35a859 (diff)
include opensslconf.h if OPENSSL_NO_* is used
Diffstat (limited to 'apps/ecparam.c')
-rw-r--r--apps/ecparam.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/ecparam.c b/apps/ecparam.c
index 167fd1faaa..4e1fc837ed 100644
--- a/apps/ecparam.c
+++ b/apps/ecparam.c
@@ -68,6 +68,8 @@
* Sheueling Chang Shantz and Douglas Stebila of Sun Microsystems Laboratories.
*
*/
+
+#include <openssl/opensslconf.h>
#ifndef OPENSSL_NO_EC
#include <assert.h>
#include <stdio.h>