80004c0874
Bring the md5 functions into libc for internal use only. It is required to support ID randomization for our stub resolver.
6 lines
55 B
Makefile
6 lines
55 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../libmd
|
|
|
|
SRCS+= md5c.c
|