From owner-freebsd-stable Thu Apr 13 16:36:47 2000 Delivered-To: freebsd-stable@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id D8E6E37B544; Thu, 13 Apr 2000 16:36:37 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id RAA34455; Thu, 13 Apr 2000 17:36:36 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id RAA49054; Thu, 13 Apr 2000 17:36:18 -0600 (MDT) Message-Id: <200004132336.RAA49054@harmony.village.org> To: Kris Kennaway Subject: Re: 4.0, OpenSSL and MD5 (fwd) Cc: "Jordan K. Hubbard" , Robin Melville , Doug Barton , stable@FreeBSD.org In-reply-to: Your message of "Thu, 13 Apr 2000 16:19:32 PDT." References: Date: Thu, 13 Apr 2000 17:36:18 -0600 From: Warner Losh Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message Kris Kennaway writes: : .if exists(${.CURDIR}/../../secure) && !defined(NOCRYPT) && : !defined(NOSECURE) && !defined(NO_OPENSSL) && !defined(RELEASE_CRUNCH) .if exists(${.CURDIR}/../../secure) && ${NO_CRYPT} != "no" && \ ${NO_SECURE} != "no" && ${NO_OPENSSL} != "no" && ${RELEASE_CRUNCH} == "yes" seems to be about the same to me and easier to read. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message