Really really remove SHA-1 support.

This commit is contained in:
kris 2000-01-09 21:22:48 +00:00
parent 9fedb59544
commit 67ab54d97c

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