mirror of
https://review.haiku-os.org/haiku
synced 2025-01-22 06:16:03 +01:00
d9ef4f90bb
APE reader was using a GPL licensed version of MD5. A similar implementation in the public domain was available in libnetapi, which I moved to libshared so the APE reader can use it (and made some fixes, missing const mainly). It only needs a small wrapper to use it easily from C++ in a way compatible with the previous implementation. Part of #13814.