e_os.h defines Getenv()

This commit is contained in:
Richard Levitte 2001-02-22 17:59:55 +00:00
parent 4270144b39
commit 6231576088

View File

@ -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);