summaryrefslogtreecommitdiffstats
path: root/crypto/conf/conf_api.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-02-22 17:59:55 +0000
committerRichard Levitte <levitte@openssl.org>2001-02-22 17:59:55 +0000
commit623157608873d71db884c37e0e95bc180f2ed713 (patch)
tree69c85d6b6dbc84ffb1489a22c6471e1319d9fc68 /crypto/conf/conf_api.c
parent4270144b3911da8cddc6908659ded2b2f9d00ac6 (diff)
e_os.h defines Getenv()
Diffstat (limited to 'crypto/conf/conf_api.c')
-rw-r--r--crypto/conf/conf_api.c1
1 files changed, 1 insertions, 0 deletions
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 <string.h>
#include <openssl/conf.h>
#include <openssl/conf_api.h>
+#include "e_os.h"
static void value_free_hash(CONF_VALUE *a, LHASH *conf);
static void value_free_stack(CONF_VALUE *a,LHASH *conf);