From 6e04afb8c5779314b15a6e77dcbd6868874904eb Mon Sep 17 00:00:00 2001 From: Nils Larsch Date: Tue, 31 May 2005 17:36:06 +0000 Subject: include opensslconf.h if OPENSSL_NO_* is used --- apps/ecparam.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/ecparam.c') 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 #ifndef OPENSSL_NO_EC #include #include -- cgit v1.2.3