git: md5(1): Convert to LibreSSL all hash API.

Rimvydas Jasinskas zrj at crater.dragonflybsd.org
Wed Apr 24 10:17:54 PDT 2019


commit a3b00ac060db7ce79bf81b3a3c18eaf673959546
Author: zrj <rimvydas.jasinskas at gmail.com>
Date:   Wed Apr 17 06:58:45 2019 +0300

    md5(1): Convert to LibreSSL all hash API.
    
    This includes MD5, RIPEMD160 and various SHA variants.
    Prune no longer needed sources.

Summary of changes:
 sbin/md5/Makefile |   8 ++--
 sbin/md5/md5.c    | 134 ++++++++++++++++++++++++++++++++++++++++++------------
 sbin/md5/sha1hl.c | 107 -------------------------------------------
 sbin/md5/sha1hl.h |  44 ------------------
 4 files changed, 107 insertions(+), 186 deletions(-)
 delete mode 100644 sbin/md5/sha1hl.c
 delete mode 100644 sbin/md5/sha1hl.h

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a3b00ac060db7ce79bf81b3a3c18eaf673959546


-- 
DragonFly BSD source repository


More information about the Commits mailing list