Date: Sun, 27 Feb 2000 23:06:25 -0800 (PST) From: Kris Kennaway <kris@FreeBSD.org> To: current@freebsd.org Subject: NOCRYPT vs NOSECURE Message-ID: <Pine.BSF.4.21.0002272302160.95768-100000@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0002272302160.95768-100000>