git: kernel: Make <sys/md4.h> and <sys/md5.h> exclusive to kernel only.

Rimvydas Jasinskas zrj at crater.dragonflybsd.org
Mon Jun 17 07:18:26 PDT 2019


commit 77ea6c501d52bdfd05cc1710b3ac77565e08147d
Author: zrj <rimvydas.jasinskas at gmail.com>
Date:   Mon Jun 17 09:33:12 2019 +0300

    kernel: Make <sys/md4.h> and <sys/md5.h> exclusive to kernel only.
    
    With libmd removal this is now possible. Poison the sys/ headers.
    
    While there, minor cleanup in md4c.c that is only used in smb.

Summary of changes:
 sys/kern/md4c.c | 22 +++++++++-------------
 sys/sys/md4.h   | 15 ++++++++-------
 sys/sys/md5.h   | 18 ++++++++----------
 3 files changed, 25 insertions(+), 30 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/77ea6c501d52bdfd05cc1710b3ac77565e08147d


-- 
DragonFly BSD source repository



More information about the Commits mailing list