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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to