The rest of the OpenSSL files include openssl/e_os.h. There's no

reason to treat conf_api.c differently in this version.
This commit is contained in:
Richard Levitte
2002-04-03 14:55:41 +00:00
parent e874ee0850
commit d553eb9616
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
DIR= conf DIR= conf
TOP= ../.. TOP= ../..
CC= cc CC= cc
INCLUDES= -I.. -I../.. -I../../include INCLUDES= -I../../include
CFLAG=-g CFLAG=-g
INSTALL_PREFIX= INSTALL_PREFIX=
OPENSSLDIR= /usr/local/ssl OPENSSLDIR= /usr/local/ssl

View File

@@ -67,7 +67,7 @@
#include <string.h> #include <string.h>
#include <openssl/conf.h> #include <openssl/conf.h>
#include <openssl/conf_api.h> #include <openssl/conf_api.h>
#include "e_os.h" #include "openssl/e_os.h"
static void value_free_hash(CONF_VALUE *a, LHASH *conf); static void value_free_hash(CONF_VALUE *a, LHASH *conf);
static void value_free_stack(CONF_VALUE *a,LHASH *conf); static void value_free_stack(CONF_VALUE *a,LHASH *conf);