[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: more issues
On 8 Aug 2000, Johan Danielsson wrote:
> Derrick J Brashear <shadow@dementia.org> writes:
>
> > 2) I have an application which needs both Heimdal and OpenSSL; OpenSSL
> > libcrypto and Heimdal libdes try to provide some of the same things; The
> > des stuff is conflicting. For now I'm dealing by modifying the libcrypto
> > to not include the duplicated stuff, but that's not a good general way to
> > solve the problem. Suggestions?
>
> We should be able to use libcrypto, and I think we can, don't know how
> well the autoconf stuff works though. Assar?
Simply linking libcrypto before libdes works for now so I'm doing that.
-D