Commit d553eb96 authored by Richard Levitte's avatar Richard Levitte
Browse files

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

reason to treat conf_api.c differently in this version.
parent e874ee08
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
DIR=	conf
TOP=	../..
CC=	cc
INCLUDES= -I.. -I../.. -I../../include
INCLUDES= -I../../include
CFLAG=-g
INSTALL_PREFIX=
OPENSSLDIR=     /usr/local/ssl
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@
#include <string.h>
#include <openssl/conf.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_stack(CONF_VALUE *a,LHASH *conf);