From b82a94ee26aaa9d721e98eae39d362e60bc7db2e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Mon, 18 Mar 2002 10:53:01 +0000 Subject: [PATCH] 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 -- 2.25.1