From 3a0c1c9d44eed03f47bc14a36eda246c9def449e Mon Sep 17 00:00:00 2001 From: "Angelos D. Keromytis" Date: Fri, 25 Jun 1999 20:34:03 +0000 Subject: Update for correct location of OpenSSL include files. --- lib/libkeynote/Makefile.distribution | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libkeynote') diff --git a/lib/libkeynote/Makefile.distribution b/lib/libkeynote/Makefile.distribution index 33846c29069..daa6735f6b0 100644 --- a/lib/libkeynote/Makefile.distribution +++ b/lib/libkeynote/Makefile.distribution @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.distribution,v 1.4 1999/05/31 20:09:58 angelos Exp $ +# $OpenBSD: Makefile.distribution,v 1.5 1999/06/25 20:34:02 angelos Exp $ # # The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) # @@ -46,7 +46,7 @@ NROFFFLAGS = -mandoc # SSLeay/OpenSSL pointers SSLINC = -I/usr/local/include -I/usr/local/ssl/include \ - -I/usr/local/openssl/include + -I/usr/local/openssl/include -I/usr/local/ssl/include/openssl SSLLIB = -L/usr/lib -L/usr/local/lib -L/usr/local/ssl/lib \ -L/usr/local/openssl/lib -L/usr/local/openssl/ -lcrypto -- cgit v1.2.3