From owner-cvs-all Sun Feb 27 10:21:46 2000 Delivered-To: cvs-all@freebsd.org Received: from mail-blue.research.att.com (mail-blue.research.att.com [135.207.30.102]) by hub.freebsd.org (Postfix) with ESMTP id BE9DC37B64E; Sun, 27 Feb 2000 10:21:38 -0800 (PST) (envelope-from fenner@research.att.com) Received: from alliance.research.att.com (alliance.research.att.com [135.207.26.26]) by mail-blue.research.att.com (Postfix) with ESMTP id D53F44CE54; Sun, 27 Feb 2000 13:21:37 -0500 (EST) Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46]) by alliance.research.att.com (8.8.7/8.8.7) with ESMTP id NAA07809; Sun, 27 Feb 2000 13:21:36 -0500 (EST) From: Bill Fenner Received: (from fenner@localhost) by windsor.research.att.com (8.8.8+Sun/8.8.5) id KAA00997; Sun, 27 Feb 2000 10:21:11 -0800 (PST) Message-Id: <200002271821.KAA00997@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: obrien@freebsd.org Subject: Re: cvs commit: src/contrib/tcpdump print-esp.c Cc: markm@freebsd.org, cvs@freebsd.org, cvs-committers@freebsd.org, cvs-all@freebsd.org References: <200002242215.OAA59283@freefall.freebsd.org> <20000227062447.A20940@dragon.nuxi.com> Date: Sun, 27 Feb 2000 10:21:11 -0800 Versions: dmail (solaris) 2.2g/makemail 2.9a Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Actually, here's what I really meant: .if !defined(NOCRYPT) DPADD+= ${LIBCRYPTO} ${LIBRSAGLUE} LDADD+= -lcrypto -lRSAglue CFLAGS+= -I/usr/include/openssl -DCRYPTO -DHAVE_LIBCRYPTO -DHAVE_RC5_H -DHAVE_CAST_H .endif I don't have a good way to test this, other than ensuring that it builds OK. Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message