mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 13:32:45 +00:00
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:
parent
ffeeeaeca2
commit
41cdf81206
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=270837
@ -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
5
lib/libc/md/Makefile.inc
Normal file
@ -0,0 +1,5 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../libmd
|
||||
|
||||
SRCS+= md5c.c
|
Loading…
Reference in New Issue
Block a user