diff options
author | kris <kris@FreeBSD.org> | 2000-01-09 21:22:48 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-01-09 21:22:48 +0000 |
commit | 07fe4126ec8ca3dc497caa646fb79e2e9dc24535 (patch) | |
tree | 7850f91c815980602c7b8c9a26ff9618ae1c4ac8 /secure | |
parent | 4baa442de26d9c9926ae2dca6af2e8aedbf1ce3f (diff) | |
download | FreeBSD-src-07fe4126ec8ca3dc497caa646fb79e2e9dc24535.zip FreeBSD-src-07fe4126ec8ca3dc497caa646fb79e2e9dc24535.tar.gz |
Really really remove SHA-1 support.
Diffstat (limited to 'secure')
-rw-r--r-- | secure/lib/libcrypt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libcrypt/Makefile b/secure/lib/libcrypt/Makefile index 39e96b0..c525009 100644 --- a/secure/lib/libcrypt/Makefile +++ b/secure/lib/libcrypt/Makefile @@ -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 |