[736] in Kerberos-V5-bugs
BETA4 lib/crypto/des/Makefile.in problems
daemon@ATHENA.MIT.EDU (Ezra Peisach)
Mon Sep 12 12:09:03 1994
To: krb5-bugs@MIT.EDU
Date: Mon, 12 Sep 1994 12:08:52 EDT
From: Ezra Peisach <epeisach@MIT.EDU>
The crypto des library mutiply define some routines for cbc_encrypt/
decrypt and chksum because chksum.o and enc_dec.o conflict with the f_cbc.o and
f_chksum.o - you need to make a decision which des library you plan to use...
I 'cheated' and just removed the enc_dec.o and chksum.o from the library
and all was well... (I would otherewise need to do some 64bit
porting for the other ones)....
Ezra