Re: Disabling the crypt() macro.

2002-09-26 Thread Ben Laurie
Sam Leffler wrote: 0.9.7 caused massive havoc compiling kerberos 4 (and to some extent 5) when I integrated beta 3 into the freebsd tree. The crypt() macro was a minor annoyance. The bigger problem was the redefinition of the DES key state block (from array to struct). openbsd apparently

Re: Disabling the crypt() macro.

2002-09-26 Thread Richard Levitte - VMS Whacker
In message 00d501c264ae$1bf4f280$[EMAIL PROTECTED] on Wed, 25 Sep 2002 09:10:47 -0700, Sam Leffler [EMAIL PROTECTED] said: sam 0.9.7 caused massive havoc compiling kerberos 4 (and to some sam extent 5) when I integrated beta 3 into the freebsd tree. The sam crypt() macro was a minor annoyance.

Re: Disabling the crypt() macro.

2002-09-26 Thread Richard Levitte - VMS Whacker
In message 00d501c264ae$1bf4f280$[EMAIL PROTECTED] on Wed, 25 Sep 2002 09:10:47 -0700, Sam Leffler [EMAIL PROTECTED] said: sam 0.9.7 caused massive havoc compiling kerberos 4 (and to some extent 5) when sam I integrated beta 3 into the freebsd tree. The crypt() macro was a minor sam annoyance.

Re: Disabling the crypt() macro.

2002-09-26 Thread Cory Albrecht
--- Richard Levitte - VMS Whacker [EMAIL PROTECTED] wrote: BTW, I'm assuming that you wouldn't complain about the removal of crypt(). I can see your complaint about other things, but nothing that answered my specific question. I assume it is this bit in des_old.h which you are referring to

Re: Disabling the crypt() macro.

2002-09-25 Thread Sam Leffler
0.9.7 caused massive havoc compiling kerberos 4 (and to some extent 5) when I integrated beta 3 into the freebsd tree. The crypt() macro was a minor annoyance. The bigger problem was the redefinition of the DES key state block (from array to struct). openbsd apparently has workarounds that