MFC r269865:

Bring the md5 functions into libc for internal use only.
It is required to support ID randomization for our stub
resolver.
This commit is contained in:
Hajimu UMEMOTO 2014-08-30 09:55:38 +00:00
parent ffeeeaeca2
commit 41cdf81206
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=270837
2 changed files with 6 additions and 0 deletions

View File

@ -74,6 +74,7 @@ NOASM=
.include "${.CURDIR}/inet/Makefile.inc"
.include "${.CURDIR}/isc/Makefile.inc"
.include "${.CURDIR}/locale/Makefile.inc"
.include "${.CURDIR}/md/Makefile.inc"
.include "${.CURDIR}/nameser/Makefile.inc"
.include "${.CURDIR}/net/Makefile.inc"
.include "${.CURDIR}/nls/Makefile.inc"

5
lib/libc/md/Makefile.inc Normal file
View File

@ -0,0 +1,5 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../libmd
SRCS+= md5c.c