mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 04:22:44 +00:00
Really really remove SHA-1 support.
This commit is contained in:
parent
9bfb1dfc29
commit
63f691b33c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55688
@ -17,7 +17,7 @@ SONAME= ${LCRYPTSO}
|
||||
|
||||
.PATH: ${.CURDIR}/../../../lib/libmd ${.CURDIR}/../../../lib/libcrypt
|
||||
SRCS= crypt.c crypt-md5.c misc.c
|
||||
STATICSRCS= md5c.c sha0c.c sha1c.c
|
||||
STATICSRCS= md5c.c
|
||||
STATICOBJS= ${STATICSRCS:S/.c/.o/g}
|
||||
SRCS+= crypt-des.c
|
||||
MAN3= crypt.3
|
||||
|
Loading…
Reference in New Issue
Block a user