From 6cebd2dd003cfb0c1058b849df3d5cee589905c5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Mon, 18 Mar 2002 10:54:56 +0000 Subject: [PATCH] in INCLUDES, use '-I../..' so that we find "e_os.h" --- crypto/Makefile.ssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl index 97984f8e83..9813f34a50 100644 --- a/crypto/Makefile.ssl +++ b/crypto/Makefile.ssl @@ -6,7 +6,7 @@ DIR= crypto TOP= .. CC= cc INCLUDE= -I. -I../include -INCLUDES= -I.. -I../../include +INCLUDES= -I.. -I../.. -I../../include CFLAG= -g INSTALL_PREFIX= OPENSSLDIR= /usr/local/ssl -- 2.25.1