[1941] in Kerberos-V5-bugs
Beta6minus telnet will not compile w/o krb4 support...
daemon@ATHENA.MIT.EDU (epeisach@MIT.EDU)
Tue May 28 15:31:40 1996
From: epeisach@MIT.EDU
Date: Tue, 28 May 1996 15:30:33 -0400
To: tytso@MIT.EDU
Cc: krb5-bugs@MIT.EDU
The encryption code all uses routines like "des_new_random_key" which
exists in libdes425 (which is built if krb4 support is not
enabled...)...
Either configure should include des425 when krb4 support is not
indicated, or the code changed for newer interfaces....
Ezra