From owner-freebsd-current Sun Feb 27 23: 6:27 2000 Delivered-To: freebsd-current@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E0D037B7BB for ; Sun, 27 Feb 2000 23:06:25 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id XAA00195 for ; Sun, 27 Feb 2000 23:06:25 -0800 (PST) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Sun, 27 Feb 2000 23:06:25 -0800 (PST) From: Kris Kennaway To: current@freebsd.org Subject: NOCRYPT vs NOSECURE Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Can someone explain to me the point of NOCRYPT? It seems it's only used in two ways in /usr/src: 1) .if !defined(NOCRYPT) && !defined(NOSECURE) 2) .if !defined(NOCRYPT) && defined(MAKE_KERBEROS?) In the former case it's a synonym for NOSECURE, and the second case it's a NOP since kerberos won't be built if you don't specify it, and if you want kerberos you can't also define NOCRYPT. Kris ---- "How many roads must a man walk down, before you call him a man?" "Eight!" "That was a rhetorical question!" "Oh..then, seven!" -- Homer Simpson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message