The rest of the OpenSSL files include openssl/e_os.h. There's no
authorRichard Levitte <levitte@openssl.org>
Wed, 3 Apr 2002 14:55:41 +0000 (14:55 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 3 Apr 2002 14:55:41 +0000 (14:55 +0000)
reason to treat conf_api.c differently in this version.

crypto/conf/Makefile.ssl
crypto/conf/conf_api.c

index 4205307904cb89bb0505d00dedc470b39df2b8a6..a792a526f49ab60a84472b5d1f2677601485951c 100644 (file)
@@ -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
index a42c21970a3e0274b5670a35652d32d72c481ad5..f6515b53e1ef88bd04c64804df7b32c7bd6138f5 100644 (file)
@@ -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);