Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Apr 2000 17:36:18 -0600
From:      Warner Losh <imp@village.org>
To:        Kris Kennaway <kris@FreeBSD.org>
Cc:        "Jordan K. Hubbard" <jkh@zippy.cdrom.com>, Robin Melville <robmel@innotts.co.uk>, Doug Barton <Doug@gorean.org>, stable@FreeBSD.org
Subject:   Re: 4.0, OpenSSL and MD5 (fwd) 
Message-ID:  <200004132336.RAA49054@harmony.village.org>
In-Reply-To: Your message of "Thu, 13 Apr 2000 16:19:32 PDT." <Pine.BSF.4.21.0004131616150.45420-100000@freefall.freebsd.org> 
References:  <Pine.BSF.4.21.0004131616150.45420-100000@freefall.freebsd.org>  

next in thread | previous in thread | raw e-mail | index | archive | help
In message <Pine.BSF.4.21.0004131616150.45420-100000@freefall.freebsd.org> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004132336.RAA49054>