Hi all: I'm using the Log4Cxx logging library in a project, and it uses apr and apr-util as part of the implementation. In reviewing the license to apr-util, I noticed it contained a reference to the RSA reference implementation to md4 and md5. The lawyers here got a look at the license, and were not amused (no specific right to redistribute). I saw that the Debian team had raised a similar issue in the mailing list archive.
My question is, that if the project using apr-util does not use the hashing algorithms, would it be possible for me to stub out the routines (and remove the offending code) in apr-util, or is this going to be a very unpleasant exersize? Just looking for advice, not instructions! :-) Thanks Tom.
