[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: more issues



joda@pdc.kth.se (Johan Danielsson) 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?

We test for libcrypto, but don't do anything with the results of the
tests :-)  But that should not be too hard to fix.

/assar