commit | 6e04afb8c5779314b15a6e77dcbd6868874904eb | [log] [tgz] |
---|---|---|
author | Nils Larsch <nils@openssl.org> | Tue May 31 17:36:06 2005 +0000 |
committer | Nils Larsch <nils@openssl.org> | Tue May 31 17:36:06 2005 +0000 |
tree | ee17f942c1765912ed3e3435223f43de8f9e794d | |
parent | 165fca51e0c03a5291995b8acc7612b4ca35a859 [diff] [blame] |
include opensslconf.h if OPENSSL_NO_* is used
diff --git a/apps/ecparam.c b/apps/ecparam.c index 167fd1f..4e1fc83 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>