diff --git a/crypto/conf/Makefile.ssl b/crypto/conf/Makefile.ssl index 420530790..a792a526f 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 a42c21970..f6515b53e 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);