History log of /vbox/src/VBox/Runtime/common/checksum/openssl-md2.cpp
Revision Date Author Comments Expand
2c9fd239f62a62f56ef4cf0fd6ea01e547dfe55c 51902 07-Jul-2014 vboxsync

Fall back on our own MD2 if OpenSSL doesn't include it.

ed6697871be690c5826c252d598ea9965c2816b4 51851 03-Jul-2014 vboxsync

Renamed hash implementations to fit better into the build system, supplying the missing OpenSSL-based MD5. VBoxRT uses the OpenSSL variants, all other libraries uses the alternatives. Also removed stupid OpenSSL dependencies in RTSha1Digest.cpp and RTSha256Digest.cpp.