New issue 37 by ryan.pav...@gmail.com: MD5-C code might be troublesome -
use libmd5-rfc?
http://code.google.com/p/vrjuggler/issues/detail?id=37
The RSA-sourced md5-c code used in VPR (just for the uuid stuff) may or may
not be troublesome license-wise. Here's some information from people who
know more than me about it: (as well as a potential easier fix)
http://fedoraproject.org/wiki/Licensing:FAQ#What_about_the_RSA_license_on_their_MD5_implementation.3F_Isn.27t_that_GPL-incompatible.3F
If you want, I have branches that use libmd5-rfc, which contains no RSA
code (written from specs, not sample code -
http://sourceforge.net/projects/libmd5-rfc/ ) . Compare views are here:
https://github.com/rpavlik/vrjuggler/compare/3.0...switch-md5-impl-3.0
https://github.com/rpavlik/vrjuggler/compare/master...switch-md5-impl-master
It does at least work and doesn't appear to affect binary compatibility, at
least on Windows.