git: lib/libcrypt: Use md5 internally from omd.

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


commit aeb97e6c0179df5b3093865aa943e89104453e7a
Author: zrj <rimvydas.jasinskas at gmail.com>
Date:   Wed Apr 17 04:11:02 2019 +0300

    lib/libcrypt: Use md5 internally from omd.
    
    The libcrypt can be converted to use LibreSSL MD5 API, but to ensure
    compatibility between OpenSSL and LibreSSL for now use private md5.
    Mark with WITH_OPENSSL that it is ready.

Summary of changes:
 lib/libcrypt/Makefile    | 10 ++++------
 lib/libcrypt/crypt-md5.c | 14 ++++++++++++--
 lib/libcrypt/crypt.h     |  4 ----
 3 files changed, 16 insertions(+), 12 deletions(-)

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


-- 
DragonFly BSD source repository


More information about the Commits mailing list