From: Richard Levitte <levitte@openssl.org>
Date: Wed, 14 Nov 2001 23:25:46 +0000 (+0000)
Subject: In a Debian Linux environment, it's not a good idea, apparently, to
X-Git-Tag: OpenSSL_0_9_6c~26^2~34
X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bbb35447c4b9ecadfbf7c7eab87349b4a2ee0a8b;p=oweals%2Fopenssl.git

In a Debian Linux environment, it's not a good idea, apparently, to
manually declare the include directory /usr/include at the same time
as the macro PROTOTYPES is defined with the value 1.  Besides,
/usr/include is the standard include directory anyway, so there's no
need to specify it explicitely.
---

diff --git a/demos/engines/rsaref/Makefile b/demos/engines/rsaref/Makefile
index c6b8957bdd..f5e57bdffe 100644
--- a/demos/engines/rsaref/Makefile
+++ b/demos/engines/rsaref/Makefile
@@ -27,7 +27,7 @@ all:
 FORCE.install:
 install:	FORCE.install
 		cd install; \
-			make -f unix/makefile INCL='-I. -I/usr/include' CFLAGS='$(INCL) -O -c' RSAREFLIB=librsaref.a librsaref.a
+			make -f unix/makefile CFLAGS='-I. -DPROTOTYPES=1 -O -c' RSAREFLIB=librsaref.a librsaref.a
 
 gnu:		install $(SHLIB).gnu
 tru64:		install $(SHLIB).tru64