Really really remove SHA-1 support.

This commit is contained in:
Kris Kennaway 2000-01-09 21:22:48 +00:00
parent 9bfb1dfc29
commit 63f691b33c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55688

View File

@ -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