From d553eb9616fbe3f0f16c8e7fac5eaa2782451c2f Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 3 Apr 2002 14:55:41 +0000 Subject: [PATCH] The rest of the OpenSSL files include openssl/e_os.h. There's no reason to treat conf_api.c differently in this version. --- crypto/conf/Makefile.ssl | 2 +- crypto/conf/conf_api.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto/conf/Makefile.ssl b/crypto/conf/Makefile.ssl index 4205307904..a792a526f4 100644 --- a/crypto/conf/Makefile.ssl +++ b/crypto/conf/Makefile.ssl @@ -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 diff --git a/crypto/conf/conf_api.c b/crypto/conf/conf_api.c index a42c21970a..f6515b53e1 100644 --- a/crypto/conf/conf_api.c +++ b/crypto/conf/conf_api.c @@ -67,7 +67,7 @@ #include #include #include -#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); -- 2.25.1