From owner-cvs-ports Fri Feb 21 8:38:36 2003 Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 009B037B401; Fri, 21 Feb 2003 08:38:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 956E743FA3; Fri, 21 Feb 2003 08:38:34 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h1LGcY0U091820; Fri, 21 Feb 2003 08:38:34 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h1LGcYox091819; Fri, 21 Feb 2003 08:38:34 -0800 (PST) Message-Id: <200302211638.h1LGcYox091819@repoman.freebsd.org> From: Jacques Vidrine Date: Fri, 21 Feb 2003 08:38:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/tinc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2003/02/21 08:38:34 PST Modified files: security/tinc Makefile Log: In OpenSSL 0.9.7, `OpenSSL_add_all_algorithms' is now a macro. This causes configure scripts that look for this function in libcrypto to lose. Use `OpenSSL_add_all_ciphers' instead (which is a function in both OpenSSL 0.9.6 and 0.9.7). Revision Changes Path 1.7 +6 -0 ports/security/tinc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-ports" in the body of the message