commit | 7fc47129cf6a25b01b551816ac58ff3f53320123 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sat Jun 07 21:53:04 2014 -0700 |
committer | Elliott Hughes <enh@google.com> | Mon Jun 09 16:10:42 2014 -0700 |
tree | 130c0288ea5deeaa9cecdd905f19beacdd88a42c | |
parent | 6e3fffeca6ac00379b0a22888d04a58ee0f51057 [diff] |
Switch md5 over to openssl rather than libc. It doesn't make any sense for the C library to contain private stuff that's only used by toolbox. Rather than move that stuff out of bionic and into here, let's just use the same MD5 implementation the rest of the system's using. Change-Id: Ia1c73164124094b532af3453b90c4bd1ebfdaa24