From b82a94ee26aaa9d721e98eae39d362e60bc7db2e Mon Sep 17 00:00:00 2001 From: Bodo Möller Date: Mon, 18 Mar 2002 10:53:01 +0000 Subject: use '-I../..' so that we find "e_os.h" --- crypto/conf/Makefile.ssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/conf/Makefile.ssl b/crypto/conf/Makefile.ssl index e2b8e65e25..4205307904 100644 --- a/crypto/conf/Makefile.ssl +++ b/crypto/conf/Makefile.ssl @@ -5,7 +5,7 @@ DIR= conf TOP= ../.. CC= cc -INCLUDES= -I.. -I../../include +INCLUDES= -I.. -I../.. -I../../include CFLAG=-g INSTALL_PREFIX= OPENSSLDIR= /usr/local/ssl -- cgit v1.2.3