md5(1): Untangle MD5 symbols.
authorzrj <rimvydas.jasinskas@gmail.com>
Tue, 30 Jan 2018 13:05:40 +0000 (15:05 +0200)
committerzrj <zrj@dragonflybsd.org>
Fri, 2 Feb 2018 08:47:03 +0000 (10:47 +0200)
commitfa06a07dd1ebcfcf6a52d6296ebca3e9b8b83ea8
treef2dc32ff1d52bff5bbf4cc9fb02d39fee2e0f68e
parentee5f355d8f6619dfb181ee84411af4957857b480
md5(1): Untangle MD5 symbols.

Prefer to use symbols from LibreSSL crypto lib to match SHA ones. Adjust
the function casting to suppress the gcc80 -Wcast-function-type warnings.

While there, print MiB/s instead of bytes/s for benchmarks.
sbin/md5/md5.c