From: Richard Levitte Date: Thu, 22 Feb 2001 17:59:55 +0000 (+0000) Subject: e_os.h defines Getenv() X-Git-Tag: OpenSSL_0_9_6a-beta1~23^2~11 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=623157608873d71db884c37e0e95bc180f2ed713;p=oweals%2Fopenssl.git e_os.h defines Getenv() --- diff --git a/crypto/conf/conf_api.c b/crypto/conf/conf_api.c index a0596bfd4a..9615df5873 100644 --- a/crypto/conf/conf_api.c +++ b/crypto/conf/conf_api.c @@ -67,6 +67,7 @@ #include #include #include +#include "e_os.h" static void value_free_hash(CONF_VALUE *a, LHASH *conf); static void value_free_stack(CONF_VALUE *a,LHASH *conf);